type OMSSConfiguredPluginType = (server: OMSSServer, config: T) => Promise<void>
Type Aliases
OMSSConfiguredPluginType
Plugin with the required configuration.
Last modified on July 27, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Warning: This documentation is a WIP.
Plugin with the required configuration.
type OMSSConfiguredPluginType = (server: OMSSServer, config: T) => Promise<void>
Was this page helpful?