Interface ExternalEventWebhookRefreshResponse

interface ExternalEventWebhookRefreshResponse {
    state?: Record<string, any>;
    nextRefreshTimestamp?: number;
}

Properties

state?: Record<string, any>
nextRefreshTimestamp?: number