summary refs log tree commit diff
path: root/src/util/schemas/responses/ChannelWebhooksResponse.ts
blob: 84f49dce39b5e7e32b34ca57ce7ac89592db4c73 (plain) (blame)
1
2
3
import { Webhook } from "../../entities";

export type ChannelWebhooksResponse = Webhook[];