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