Class BaseResponse<T>

BaseResponse interface This interface is used to return a response from an endpoint

Type Parameters

  • T

    The type of the response

Constructors

Properties

Constructors

Properties

data?: T
message: string
status: Status