Type alias SDKClientTransformer<T>

SDKClientTransformer<T>: ((params, methodName, options) => any | Promise<any>)

Type Parameters

  • T

Type declaration

    • (params, methodName, options): any | Promise<any>
    • Parameters

      • params: T
      • methodName: string
      • options: any

      Returns any | Promise<any>