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

# UnknownPluginType

> Any plugin type.

```typescript
type UnknownPluginType = OMSSPluginType | OMSSConfiguredPluginType<unknown>
```


## Related topics

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