DaVinciRequestValueTypes:
    | string
    | number
    | boolean
    | (string | number | boolean)[]
    | DeviceValue
    | PhoneNumberInputValue
    | FidoRegistrationInputValue
    | FidoAuthenticationInputValue
    | MetadataError

Allowed value types for DaVinci formData request bodies. This differs from CollectorValueTypes because input values may be transformed for DaVinci.