fix typos
This commit is contained in:
parent
029bc8b5f8
commit
4ecee6b291
@ -39,7 +39,7 @@ router.get(
|
|||||||
route({
|
route({
|
||||||
responses: {
|
responses: {
|
||||||
"200": {
|
"200": {
|
||||||
body: "GuildWithJoinedAt",
|
body: "APIGuildWithJoinedAt",
|
||||||
},
|
},
|
||||||
401: {
|
401: {
|
||||||
body: "APIErrorResponse",
|
body: "APIErrorResponse",
|
||||||
|
@ -36,7 +36,7 @@ router.get(
|
|||||||
route({
|
route({
|
||||||
responses: {
|
responses: {
|
||||||
200: {
|
200: {
|
||||||
body: "GuildTemplate",
|
body: "Template",
|
||||||
},
|
},
|
||||||
403: {
|
403: {
|
||||||
body: "APIErrorResponse",
|
body: "APIErrorResponse",
|
||||||
|
@ -69,7 +69,9 @@ export type APIEmojiArray = Emoji[];
|
|||||||
|
|
||||||
export type APIMemberArray = Member[];
|
export type APIMemberArray = Member[];
|
||||||
|
|
||||||
export type GuildWithJoinedAt = Guild & { joined_at: string };
|
export interface APIGuildWithJoinedAt extends Guild {
|
||||||
|
joined_at: string;
|
||||||
|
}
|
||||||
|
|
||||||
export type APIRoleArray = Role[];
|
export type APIRoleArray = Role[];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user