convex
Version:
Client for the Convex Cloud
14 lines • 384 B
TypeScript
import { Command } from "@commander-js/extra-typings";
export declare const codegen: Command<[], {
dryRun?: true;
debug?: true;
typecheck: "enable" | "try" | "disable";
init?: true;
adminKey?: string;
url?: string;
liveComponentSources?: true;
commonjs?: true;
systemUdfs?: true;
componentDir?: string;
}>;
//# sourceMappingURL=codegen.d.ts.map