Update schema & add response type
This commit is contained in:
parent
216b7ff31b
commit
d56ba86851
Binary file not shown.
Binary file not shown.
@ -26,7 +26,7 @@ router.get(
|
|||||||
route({
|
route({
|
||||||
responses: {
|
responses: {
|
||||||
200: {
|
200: {
|
||||||
body: "APILimitsConfiguration",
|
body: "APIConnectionsConfiguration",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|||||||
@ -104,3 +104,7 @@ export type APIGuildVoiceRegion = GuildVoiceRegion[];
|
|||||||
export type APILimitsConfiguration = LimitsConfiguration;
|
export type APILimitsConfiguration = LimitsConfiguration;
|
||||||
|
|
||||||
export type APIStickerPackArray = StickerPack[];
|
export type APIStickerPackArray = StickerPack[];
|
||||||
|
|
||||||
|
export type APIConnectionsConfiguration = Record<string, {
|
||||||
|
enabled: boolean;
|
||||||
|
}>;
|
||||||
|
|||||||
Reference in New Issue
Block a user