Interface ApiResponse<T>

Type Parameters

  • T

Hierarchy

  • ApiResponse

Properties

data: T

The response that was provided by the API

status: number

The HTTP status code from the API response

statusMessage: string

The HTTP status message from the API response