Variable compatibilityApisCacheConst

compatibilityApisCache: { config: { mapInput: ((d: any) => any); mapOutput: ((d: any) => any); validate: ((d: any) => any) } } = ...

Type declaration

  • config: { mapInput: ((d: any) => any); mapOutput: ((d: any) => any); validate: ((d: any) => any) }
    • mapInput: ((d: any) => any)
        • (d: any): any
        • Parameters

          • d: any

          Returns any

    • mapOutput: ((d: any) => any)
        • (d: any): any
        • Parameters

          • d: any

          Returns any

    • validate: ((d: any) => any)
        • (d: any): any
        • Parameters

          • d: any

          Returns any

Generated using TypeDoc