SohlSettingValue:
    | string
    | number
    | boolean
    | bigint
    | null
    | undefined
    | SohlSettingValue[]

A value permitted in a SoHL world/client setting: a JSON-like scalar (string, number, boolean, bigint, null, or undefined) or an array thereof.