UNPKG

convex

Version:

Client for the Convex Cloud

18 lines 490 B
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; }>; //# sourceMappingURL=convexImport.d.ts.map