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