InvokeResponse interface
Represents the response of an invoke request.
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