UNPKG

convex

Version:

Client for the Convex Cloud

15 lines 494 B
import { Command } from "@commander-js/extra-typings"; export declare const convexImport: Command<[string], { table?: string | undefined; replace?: true | undefined; append?: true | undefined; yes?: true | undefined; format?: string | undefined; } & { url?: string | undefined; adminKey?: string | undefined; prod?: boolean | undefined; previewName?: string | undefined; deploymentName?: string | undefined; }>; //# sourceMappingURL=convexImport.d.ts.map