Interface ConnectorMethodImplementationNotSupported

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

Hierarchy (view full)

Properties

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