# Interface: IResponse

Represents the interface for a response from the server.

# Table of contents

# Properties

# Properties

# data

data: unknown

The data returned by the server.

# Defined in

src/request/request.inteface.ts:49 (opens new window)


# message

message: string

A message associated with the response.

# Defined in

src/request/request.inteface.ts:44 (opens new window)


# retcode

retcode: number

The status code of the response.

# Defined in

src/request/request.inteface.ts:39 (opens new window)