UNPKG

convex

Version:

Client for the Convex Cloud

7 lines 338 B
import { Context } from "./context"; export declare function suggestedEnvVarName(ctx: Context): Promise<{ appearToBeUsing?: string; envVar: string; }>; export declare function offerToWriteToEnv(ctx: Context, type: "dev" | "prod", value: string, saveUrl?: "yes" | "no" | "ask"): Promise<void>; //# sourceMappingURL=envvars.d.ts.map