ConfigType =Defined in: packages/modelence/src/config/types.ts:10 The available types for module configuration values."text"|"string"|"number"|"boolean"|"secret"
'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 asisPublic.