UNPKG

@convex-dev/workflow

Version:

Convex component for durably executing workflows.

12 lines 365 B
/** * A utility for referencing Convex functions in your app's API. * * Usage: * ```js * const myFunctionReference = api.myModule.myFunction; * ``` */ export const api: import("convex/server").AnyApi; export const internal: import("convex/server").AnyApi; export const components: import("convex/server").AnyChildComponents; //# sourceMappingURL=api.d.ts.map