Type alias DQLQueryArguments

DQLQueryArguments: {
    [key: string]: DQLQueryArgumentValue | undefined;
}

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

Type declaration