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

index f898c0ca..7c305632 100644 --- a/src/schemas/api/bots/SendableModalSubmitDataSchema.ts +++ b/src/schemas/api/bots/SendableModalSubmitDataSchema.ts
@@ -17,7 +17,7 @@ */ import { UploadAttachmentRequestSchema } from "@spacebar/schemas"; -import { Snowflake } from "@spacebar/util"; +import { Snowflake } from "../../Identifiers"; export interface SendableModalSubmitDataSchema { id: Snowflake;