UNPKG

convex

Version:

Client for the Convex Cloud

15 lines 436 B
import { Command } from "@commander-js/extra-typings"; export declare const data: Command<[string | undefined], { limit: number; order: "asc" | "desc"; component?: string; format?: "json" | "jsonl" | "jsonLines" | "jsonArray" | "pretty"; } & { envFile?: string; url?: string; adminKey?: string; prod?: boolean; previewName?: string; deploymentName?: string; }>; //# sourceMappingURL=data.d.ts.map