UNPKG

@convex-dev/workflow

Version:

Convex component for durably executing workflows.

3 lines 195 B
import { PropertyValidators, Value } from "convex/values"; export declare function checkArgs(args: Value, validator: PropertyValidators | undefined): void; //# sourceMappingURL=validator.d.ts.map