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