UNPKG

convex

Version:

Client for the Convex Cloud

9 lines 308 B
import { Command } from "@commander-js/extra-typings"; export declare const env: Command<[], { url?: string | undefined; adminKey?: string | undefined; prod?: boolean | undefined; previewName?: string | undefined; deploymentName?: string | undefined; }>; //# sourceMappingURL=env.d.ts.map