> ## Documentation Index
> Fetch the complete documentation index at: https://omss.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OMSSConfiguredPluginType

> Plugin with the required configuration.

```typescript
type OMSSConfiguredPluginType = (server: OMSSServer, config: T) => Promise<void>
```


## Related topics

- [Plugins](/core/explanation/ecosystem/official-plugins.md)
- [OMSSPluginType](/sdk-artifacts/types/OMSSPluginType.md)
- [UnknownPluginType](/sdk-artifacts/types/UnknownPluginType.md)
