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