Interface ExternalEventWebhookSubscribeRequest

interface ExternalEventWebhookSubscribeRequest {
    webhookUri: string;
}

Properties

Properties

webhookUri: string