Entity
    Preparing search index...
    SupportedSQLValue:
        | string
        | number
        | boolean
        | null
        | Date
        | Buffer
        | bigint
        | undefined
        | readonly SupportedSQLValue[]
        | Readonly<{ [key: string]: unknown }>

    Supported SQL value types that can be safely parameterized. This ensures type safety and prevents passing unsupported types to SQL queries.