UNPKG

convex

Version:

Client for the Convex Cloud

15 lines 370 B
import { Command } from "@commander-js/extra-typings"; export declare const logs: Command<[], { history: number; success: boolean; jsonl: boolean; } & { envFile?: string; url?: string; adminKey?: string; prod?: boolean; previewName?: string; deploymentName?: string; deployment?: string; }, {}>; //# sourceMappingURL=logs.d.ts.map