@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
31 lines (20 loc) • 933 B
Markdown
---
lang: en
title: 'API docs: boot.instancewithbooters'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/boot
permalink: /doc/en/lb4/apidocs.boot.instancewithbooters.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/boot](./boot.md) > [InstanceWithBooters](./boot.instancewithbooters.md)
## InstanceWithBooters interface
Interface to describe an object that may have an array of `booters`<!-- -->.
<b>Signature:</b>
```typescript
export interface InstanceWithBooters
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [booters?](./boot.instancewithbooters.booters.md) | [Constructor](./context.constructor.md)<!-- --><[Booter](./boot.booter.md)<!-- -->>\[\] | <i>(Optional)</i> |