Interface ExternalEventWebhookSubscribeResponse

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

Properties

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