Type alias DQLQueryArgumentValue

DQLQueryArgumentValue: string | number | boolean | Uint8Array | null | DocumentID | DQLQueryArgumentValue[] | {
    [key: string]: DQLQueryArgumentValue;
}

Individual value in a DQLQueryArguments object.

Type declaration