Ditto JS SDK v5.0.0
    Preparing search index...

    Type Alias DQLQueryArgumentValue

    DQLQueryArgumentValue:
        | string
        | number
        | boolean
        | Uint8Array
        | null
        | Attachment
        | bigint
        | DQLQueryArgumentValue[]
        | { [key: string]: DQLQueryArgumentValue }

    Individual value in a DQLQueryArguments object.