From 4a7811a25ce78a108e9a42fcb6c86ac0ed6e09eb Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Thu, 23 Mar 2023 11:56:17 -0400 Subject: channels --- src/util/schemas/responses/ChannelWebhooksResponse.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/util/schemas/responses/ChannelWebhooksResponse.ts (limited to 'src/util/schemas/responses/ChannelWebhooksResponse.ts') diff --git a/src/util/schemas/responses/ChannelWebhooksResponse.ts b/src/util/schemas/responses/ChannelWebhooksResponse.ts new file mode 100644 index 00000000..84f49dce --- /dev/null +++ b/src/util/schemas/responses/ChannelWebhooksResponse.ts @@ -0,0 +1,3 @@ +import { Webhook } from "../../entities"; + +export type ChannelWebhooksResponse = Webhook[]; -- cgit 1.5.1