Interface CreateWebhookParams

interface CreateWebhookParams {
    url: string;
    events: WebhookEventType[];
}

Properties

Properties

url: string