Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.modelence.com/llms.txt

Use this file to discover all available pages before exploring further.

API Reference / modelence / server / ConfigType
ConfigType = "text" | "string" | "number" | "boolean" | "secret"
Defined in: packages/modelence/src/config/types.ts:10 The available types for module configuration values.
  • 'string' — A short text value (single line)
  • 'text' — A longer text value (multi-line)
  • 'number' — A numeric value
  • 'boolean' — A true/false toggle
  • 'secret' — A sensitive string value (e.g. API keys, tokens). Masked in the Cloud dashboard and cannot be marked as isPublic.