interface Webhook {
    type: WebhookType;
    url: string;
    secret?: string;
}

Properties

Properties

url: string
secret?: string