UNPKG

convex

Version:

Client for the Convex Cloud

9 lines 350 B
import { Filesystem } from "../../bundler"; export declare type ErrorReason = "fs" | "network"; export interface Context { fs: Filesystem; deprecationMessagePrinted: boolean; fatalError(exitCode: number, reason?: ErrorReason, err?: any): Promise<never>; } export declare const oneoffContext: Context; //# sourceMappingURL=context.d.ts.map