MCPcopy Create free account
hub / github.com/HelloCSV/HelloCSV / ImporterTransformerDefinitionBase

Interface ImporterTransformerDefinitionBase

src/transformers/types.ts:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 | 'custom';
13
14export interface ImporterTransformerDefinitionBase {
15 transformer: ImporterTransformerType;
16}
17
18export interface CustomTransformerDefinition
19 extends ImporterTransformerDefinitionBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected