Share via


InvokeResponse interface

Represents the response of an invoke request.

Properties

body

The optional body of the response.

status

The status code of the response.

Property Details

body

The optional body of the response.

body?: T

Property Value

T

status

The status code of the response.

status: number

Property Value

number