UNPKG

convex

Version:

Client for the Convex Cloud

13 lines 424 B
import { ActionRequest, ActionResponse } from "./protocol.js"; export declare class ActionManager { private inflightActions; constructor(); request(message: ActionRequest): Promise<any>; /** * Update the state after receiving a action response. */ onResponse(response: ActionResponse): void; hasInflightActions(): boolean; restart(): void; } //# sourceMappingURL=action_manager.d.ts.map