@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 669 B
Markdown
lang: en
title: 'API docs: service-proxy.serviceproxydecorator'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.service-proxy.serviceproxydecorator.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/service-proxy](./service-proxy.md) > [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;
```