convex
Version:
Client for the Convex Cloud
12 lines • 315 B
TypeScript
import { Command } from "@commander-js/extra-typings";
export declare const functionSpec: Command<[], {
file?: true;
} & {
envFile?: string;
url?: string;
adminKey?: string;
prod?: boolean;
previewName?: string;
deploymentName?: string;
}, {}>;
//# sourceMappingURL=functionSpec.d.ts.map