UNPKG

lilybird

Version:
7 lines (6 loc) 286 B
export var WebhookType; (function (WebhookType) { WebhookType[WebhookType["Incoming"] = 1] = "Incoming"; WebhookType[WebhookType["ChannelFollower"] = 2] = "ChannelFollower"; WebhookType[WebhookType["Application"] = 3] = "Application"; })(WebhookType || (WebhookType = {}));