summary refs log tree commit diff
path: root/src/util/schemas/responses/ChannelMessagesResponse.ts
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-03-27 15:51:34 -0400
committerPuyodead1 <puyodead@proton.me>2023-04-13 15:44:39 -0400
commit866eb15d90f35cc789bfacea4b70b904471d8eae (patch)
treee63e01e5860c8190e2829a0919c76c5bd7b535df /src/util/schemas/responses/ChannelMessagesResponse.ts
parentoapi: fix a few response types in auth (diff)
downloadserver-866eb15d90f35cc789bfacea4b70b904471d8eae.tar.xz
clusterfuck
Diffstat (limited to 'src/util/schemas/responses/ChannelMessagesResponse.ts')
-rw-r--r--src/util/schemas/responses/ChannelMessagesResponse.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/schemas/responses/ChannelMessagesResponse.ts b/src/util/schemas/responses/ChannelMessagesResponse.ts
deleted file mode 100644
index 65b7dab5..00000000
--- a/src/util/schemas/responses/ChannelMessagesResponse.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import { Message } from "../../entities";
-
-export type ChannelMessagesResponse = Message[];