@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
26 lines (17 loc) • 670 B
Markdown
lang: en
title: 'API docs: rest.send'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/rest
permalink: /doc/en/lb4/apidocs.rest.send.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [Send](./rest.send.md)
## Send type
Send the operation response back to the client.
**Signature:**
```typescript
export type Send = (response: Response, result: OperationRetval) => void;
```
**References:** [OperationRetval](./rest.operationretval.md)