Files
website/docs/api/interfaces/Wrapper.md
Jacob Nguyen 49a910f90a fix docs build
2023-06-30 21:56:51 -05:00

66 lines
1.1 KiB
Markdown

---
id: "Wrapper"
title: "Interface: Wrapper"
sidebar_label: "Wrapper"
sidebar_position: 0
custom_edit_url: null
---
## Properties
### commands
**commands**: `string`
#### Defined in
[src/shared.ts:30](https://github.com/sern-handler/handler/blob/941e1ea/src/shared.ts#L30)
___
### containerConfig
`Optional` **containerConfig**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
| `get` | (...`keys`: keyof `Dependencies`[]) => `unknown`[] |
#### Defined in
[src/shared.ts:40](https://github.com/sern-handler/handler/blob/941e1ea/src/shared.ts#L40)
___
### defaultPrefix
`Optional` **defaultPrefix**: `string`
#### Defined in
[src/shared.ts:31](https://github.com/sern-handler/handler/blob/941e1ea/src/shared.ts#L31)
___
### events
`Optional` **events**: `string`
#### Defined in
[src/shared.ts:32](https://github.com/sern-handler/handler/blob/941e1ea/src/shared.ts#L32)
___
### mode
`Optional` **mode**: ``"DEV"`` \| ``"PROD"``
Overload to enable mode in case developer does not use a .env file.
#### Defined in
[src/shared.ts:36](https://github.com/sern-handler/handler/blob/941e1ea/src/shared.ts#L36)