UNPKG

convex

Version:

Client for the Convex Cloud

14 lines 341 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; }>; //# sourceMappingURL=logs.d.ts.map