Type Alias TSuccessHandler<T>

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

Type Parameters

  • T = any