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