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

Interface TaskData

src/types.ts:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface TaskData extends ParameterValues {
18 operation: string;
19 input?: string | string[];
20 output_format?: string;
21 url?: string;
22}
23
24export interface JobTask {
25 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected