Interface ExternalEventWebhookUnsubscribeRequest

interface ExternalEventWebhookUnsubscribeRequest {
    state: Record<string, any>;
}

Properties

Properties

state: Record<string, any>