UNPKG

@loopback/docs

Version:
23 lines (15 loc) 653 B
--- lang: en title: 'API docs: rest.operationretval' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.rest.operationretval.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [OperationRetval](./rest.operationretval.md) ## OperationRetval type Return value of a controller method (a function implementing an operation). This is a type alias for "any", used to distinguish operation results from other "any" typed values. <b>Signature:</b> ```typescript export declare type OperationRetval = any; ```