> ## 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.

# OMSSPluginType

> Plugin with no configuration.

```typescript
type OMSSPluginType = (server: OMSSServer) => Promise<void>
```


## Related topics

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