MCPcopy Index your code
hub / github.com/cloudconvert/cloudconvert-cli / CliArguments

Interface CliArguments

src/types.ts:5–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export type ParameterValues = Record<string, unknown>;
4
5export interface CliArguments {
6 apikey: string;
7 sandbox: boolean;
8 outputdir?: string;
9 overwrite: boolean;
10 parameter?: ParameterValues;
11 files?: string[];
12 format?: string;
13 url?: string;
14 cloudconvert: CloudConvertClient;
15}
16
17export interface TaskData extends ParameterValues {
18 operation: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected