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