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