@contentauth/c2pa-js
    Preparing search index...
    SettingsValue:
        | string
        | boolean
        | undefined
        | SettingsObjectType
        | SettingsValue[]

    Any value that can appear inside a resolved Settings object when snakeCaseifyValue walks it: the primitives Settings fields actually use (string, boolean), undefined (optional fields), a nested object, or an array of any of these — recursive so arbitrarily nested structures (including arrays of objects) get walked without losing array-ness. Deliberately narrower than "any JSON value" (no numbers, for instance) since no current Settings field needs one. We can widen this if that changes.