---
lang: en
title: 'API docs: boot.bootoptions'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/boot
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;
};
```

