UNPKG

@loopback/docs

Version:
27 lines (19 loc) 588 B
--- lang: en title: 'API docs: boot.bootoptions' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.boot.bootoptions.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/boot](./boot.md) &gt; [BootOptions](./boot.bootoptions.md) ## BootOptions type Options to configure `Bootstrapper` <b>Signature:</b> ```typescript export declare type BootOptions = { controllers?: ArtifactOptions; repositories?: ArtifactOptions; [prop: string]: any; }; ```