Interface ExternalEventWebhookRefreshRequest

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

Properties

Properties

state: Record<string, any>
webhookUri: string