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

    Type Alias DQLQueryArguments

    DQLQueryArguments: { [key: string]: DQLQueryArgumentValue }

    Values to be incorporated into a query, keyed by the placeholder used within that query.

    This value must not contain any non-finite numbers (NaN, Infinity, -Infinity).

    Type Declaration