@loopback/docs
Version:
Documentation for LoopBack 4
27 lines (19 loc) • 588 B
Markdown
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) > [@loopback/boot](./boot.md) > [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;
};
```