Type alias TSuccessHandler<T>

TSuccessHandler<T>: ((response) => Promise<T>)

Type Parameters

  • T = any

Type declaration

    • (response): Promise<T>
    • Parameters

      • response: any

      Returns Promise<T>

Generated using TypeDoc