UNPKG

@loopback/docs

Version:
24 lines (16 loc) 757 B
--- lang: en title: 'API docs: service-proxy.serviceproxydecorator' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/service-proxy permalink: /doc/en/lb4/apidocs.service-proxy.serviceproxydecorator.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/service-proxy](./service-proxy.md) &gt; [ServiceProxyDecorator](./service-proxy.serviceproxydecorator.md) ## ServiceProxyDecorator type Type definition for decorators returned by `@serviceProxy` decorator factory <b>Signature:</b> ```typescript export declare type ServiceProxyDecorator = PropertyDecorator | ParameterDecorator; ```