Membrane React - v0.2.1
    Preparing search index...

    Interface ConnectorMethodImplementationRestApiMapping

    interface ConnectorMethodImplementationRestApiMapping {
        filePath?: string;
        inheritedFromPath?: string[];
        isIncomplete?: boolean;
        parametersSchema?: DataSchema;
        implementationType: restApiMapping;
        mapping: RestApiMapping;
    }

    Hierarchy (View Summary)

    Index

    Properties

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