@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
24 lines (16 loc) • 787 B
Markdown
lang: en
title: 'API docs: service-proxy.serviceproxydecorator'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/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) > [@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;
```