Interface HandleCacheStrategyResponse<T>

Type Parameters

  • T = any

Hierarchy

  • HandleCacheStrategyResponse

Properties

Properties

callback?: Promise<FulfillFormat<T>>
data?: AxiosResponse<T, any>

Generated using TypeDoc