convex
Version:
Client for the Convex Cloud
19 lines • 519 B
TypeScript
import { Command } from "@commander-js/extra-typings";
export declare const convexImport: Command<[string], {
table?: string;
format?: "csv" | "jsonLines" | "jsonArray" | "zip";
replace?: boolean;
append?: boolean;
replaceAll?: boolean;
yes?: boolean;
component?: string;
} & {
envFile?: string;
url?: string;
adminKey?: string;
prod?: boolean;
previewName?: string;
deploymentName?: string;
deployment?: string;
}, {}>;
//# sourceMappingURL=convexImport.d.ts.map