Page Contents
Home > @loopback/rest > Send
Send type
Send the operation response back to the client.
Signature:
export type Send = (response: Response, result: OperationRetval) => void;
References: OperationRetval
Home > @loopback/rest > Send
Send the operation response back to the client.
Signature:
export type Send = (response: Response, result: OperationRetval) => void;
References: OperationRetval