summary refs log tree commit diff
path: root/src/schemas/api/bots/InteractionCreateSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/api/bots/InteractionCreateSchema.ts')
-rw-r--r--src/schemas/api/bots/InteractionCreateSchema.ts5
1 files changed, 3 insertions, 2 deletions
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 <https://www.gnu.org/licenses/>. */ -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?