mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
66 lines
1.1 KiB
Markdown
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)
|