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

# OMSSPluginOptions

> Plugin options — either a plain value or a factory that receives the server instance and returns the resolved value.

```typescript
type OMSSPluginOptions = T | (server: OMSSServer) => T
```


## Related topics

- [Introduction](/core/explanation/introduction.md)
- [OMSSPluginError](/sdk-artifacts/classes/OMSSPluginError.md)
- [Plugins](/core/explanation/ecosystem/official-plugins.md)
