API Reference / modelence / index / ConfigSchemaDocumentation Index
Fetch the complete documentation index at: https://docs.modelence.com/llms.txt
Use this file to discover all available pages before exploring further.
ConfigSchema = object
Defined in: packages/modelence/src/config/types.ts:81
Defines the configuration schema for a module. Each key becomes a namespaced
config value accessible via getConfig('moduleName.key').
Example
Index Signature
[key: string]: ConfigParams<ConfigType, boolean>