Page Contents
Home > @loopback/boot > InstanceWithBooters
InstanceWithBooters interface
Interface to describe an object that may have an array of booters.
Signature:
export interface InstanceWithBooters
Properties
| Property | Type | Description |
|---|---|---|
| booters? | Constructor<Booter>[] | (Optional) |