UNPKG

@convex-dev/workflow

Version:

Convex component for durably executing workflows.

6 lines 368 B
import { type Value } from "convex/values"; import type { RunResult } from "@convex-dev/workpool"; export declare const MAX_RETURN_VALUE_SIZE: number; export declare function checkReturnValueSize(returnValue: Value | undefined): string | null; export declare function checkForOversizedResult(result: RunResult): RunResult; //# sourceMappingURL=oversizedValues.d.ts.map