fix: interaction schema

This commit is contained in:
CyberL1 2025-10-18 14:12:43 +02:00 committed by Rory&
parent 9febabf9a8
commit 38ab40c637

View File

@ -1,8 +1,8 @@
import { ApplicationCommandOption, Snowflake, UploadAttachmentRequestSchema } from "@spacebar/schemas";
import { ApplicationCommandType } from "./ApplicationCommandSchema";
import { InteractionType } from "@spacebar/util";
export interface InteractionSchema {
type: ApplicationCommandType;
type: InteractionType;
application_id: Snowflake;
guild_id?: Snowflake;
channel_id: Snowflake;