From ae064aea1b9ba9b39bf4c2e320691efd90d7ba0d Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 19 Apr 2026 23:38:19 +0200 Subject: Clean up imports in schemas/api/bots --- src/schemas/api/bots/InteractionCreateSchema.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/schemas/api/bots/InteractionCreateSchema.ts') diff --git a/src/schemas/api/bots/InteractionCreateSchema.ts b/src/schemas/api/bots/InteractionCreateSchema.ts index 44e7e651..5a6d1c3f 100644 --- a/src/schemas/api/bots/InteractionCreateSchema.ts +++ b/src/schemas/api/bots/InteractionCreateSchema.ts @@ -16,8 +16,9 @@ along with this program. If not, see . */ -import { PublicMember, PublicUser, Snowflake } from "@spacebar/schemas"; -import { Channel, InteractionType, Message } from "@spacebar/util"; +import { PublicMember, PublicUser, Snowflake, InteractionType } from "@spacebar/schemas"; +// TODO: remove entity imports +import { Channel, Message } from "@spacebar/util"; export interface InteractionCreateSchema { version: number; // TODO: types? -- cgit 1.5.1