Skip to main content

IQMessageResponse

@quik/http


@quik/http / IQMessageResponse

Interface: IQMessageResponse

Defined in: http/src/router/endpoint/types.ts:33

The definition of a message response.

Properties

code

code: QHTTPStatus

Defined in: http/src/router/endpoint/types.ts:37

The status code of the message.


message

message: string

Defined in: http/src/router/endpoint/types.ts:45

The message to be returned to the user.


status

status: "ok"

Defined in: http/src/router/endpoint/types.ts:41

The status of the message.