Interface ConnectorMethodImplementationBase

interface ConnectorMethodImplementationBase {
    implementationType?: ConnectorMethodImplementationType;
    filePath?: string;
    inheritedFromPath?: string[];
    isIncomplete?: boolean;
    parametersSchema?: DataSchema;
}

Hierarchy (view full)

Properties

filePath?: string
inheritedFromPath?: string[]
isIncomplete?: boolean
parametersSchema?: DataSchema