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