MCPcopy Create free account
hub / github.com/cloudconvert/cloudconvert-cli / PdfOperationDefinition

Interface PdfOperationDefinition

src/commands/pdf.ts:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type { JobRunner } from './types.js';
5
6interface PdfOperationDefinition {
7 command: string;
8 aliases: string[];
9 describe: string;
10 fileDescription: string;
11 operation: string;
12 examples: string[];
13}
14
15const PDF_OPERATION_DEFINITIONS: PdfOperationDefinition[] = [
16 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected