summary refs log tree commit diff
path: root/src/schemas/api/channels/Webhook.ts
blob: ac50001f2a98e58ced6f9979b71ceb3afc979ff6 (plain) (blame)
1
2
3
4
5
export enum WebhookType {
    Incoming = 1,
    ChannelFollower = 2,
    Application = 3,
}