UNPKG

@loopback/docs

Version:
27 lines (19 loc) 643 B
--- lang: en title: 'API docs: core.serviceoptions' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/core permalink: /doc/en/lb4/apidocs.core.serviceoptions.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/core](./core.md) &gt; [ServiceOptions](./core.serviceoptions.md) ## ServiceOptions type Options to register a service binding <b>Signature:</b> ```typescript export declare type ServiceOptions = { name?: string; interface?: ServiceInterface; }; ```