UNPKG

convex

Version:

Client for the Convex Cloud

11 lines 373 B
import { Command } from "@commander-js/extra-typings"; export declare const codegen: Command<[], { dryRun?: true | undefined; debug?: true | undefined; typecheck: "enable" | "try" | "disable"; init?: true | undefined; adminKey?: string | undefined; url?: string | undefined; commonjs?: true | undefined; }>; //# sourceMappingURL=codegen.d.ts.map