summary refs log tree commit diff
path: root/src/schemas/api/bots/ApplicationCommandCreateSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/api/bots/ApplicationCommandCreateSchema.ts')
-rw-r--r--src/schemas/api/bots/ApplicationCommandCreateSchema.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/schemas/api/bots/ApplicationCommandCreateSchema.ts b/src/schemas/api/bots/ApplicationCommandCreateSchema.ts

index 0217d889b..a03b81cdf 100644 --- a/src/schemas/api/bots/ApplicationCommandCreateSchema.ts +++ b/src/schemas/api/bots/ApplicationCommandCreateSchema.ts
@@ -17,3 +17,5 @@ export interface ApplicationCommandCreateSchema { contexts?: InteractionContextType[]; handler?: ApplicationCommandHandlerType; } + +export type BulkApplicationCommandCreateSchema = ApplicationCommandCreateSchema[];