fix: add BulkApplicationCommandCreateSchema

This commit is contained in:
CyberL1 2025-10-22 18:00:16 +02:00
parent 5ad1cb46ca
commit a024d6343c

View File

@ -17,3 +17,5 @@ export interface ApplicationCommandCreateSchema {
contexts?: InteractionContextType[];
handler?: ApplicationCommandHandlerType;
}
export type BulkApplicationCommandCreateSchema = ApplicationCommandCreateSchema[];