Class APIResponseData

Constructors

Properties

body: any
headers: IncomingHttpHeaders
pagination?: {
    current: number;
    hasNext: boolean;
    last: number;
}
status: number
time: number
url: string