--- id: "InitPlugin" title: "Interface: InitPlugin" sidebar_label: "InitPlugin" sidebar_position: 0 custom_edit_url: null --- ## Type parameters | Name | Type | | :------ | :------ | | `Args` | extends `any`[] = `any`[] | ## Properties ### execute • **execute**: (...`args`: `Args`) => [`PluginResult`](../modules.md#pluginresult) #### Type declaration ▸ (`...args`): [`PluginResult`](../modules.md#pluginresult) ##### Parameters | Name | Type | | :------ | :------ | | `...args` | `Args` | ##### Returns [`PluginResult`](../modules.md#pluginresult) #### Defined in [src/core/types/plugins.ts:64](https://github.com/sern-handler/handler/blob/941e1ea/src/core/types/plugins.ts#L64) ___ ### type • **type**: [`Init`](../enums/PluginType.md#init) #### Defined in [src/core/types/plugins.ts:63](https://github.com/sern-handler/handler/blob/941e1ea/src/core/types/plugins.ts#L63)