Edit

Share via


NetworkResponse type

type NetworkResponse<T> = {
  body: T
  headers: Record<string, string>
  status: number
}