Supported value types for a schema entry. struct / list are
accepted by the type system today; the user-facing set command
rejects them until structured-value syntax exists.
SettingTypes is the constants table; declare schema entries with
type: SettingTypes.String rather than the bare literal. Mirrors
the PropOperations pattern in lib/stuff/Propertied.ts.
Supported value types for a schema entry.
struct/listare accepted by the type system today; the user-facingsetcommand rejects them until structured-value syntax exists.SettingTypesis the constants table; declare schema entries withtype: SettingTypes.Stringrather than the bare literal. Mirrors thePropOperationspattern inlib/stuff/Propertied.ts.