API ReferenceTypesHttpResponse\<T\>On this pageHttpResponse<T> type HttpResponse<T> = { data: T; headers: Record<string, string>; status: number;}; Type Parameters Type ParameterDefault typeTunknown Properties data data: T; headers headers: Record<string, string>; status status: number;