UNPKG

xstate

Version:

Finite State Machines and Statecharts for the Modern Web.

11 lines 234 B
export interface InvokedPromiseOptions { id?: string; } export interface PromiseMachineSchema { states: { pending: {}; resolved: {}; rejected: {}; }; } //# sourceMappingURL=invoke.d.ts.map