Interface ExternalEventCustomPullSubscribeResponse

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

Properties

Properties

state: Record<string, any>