Type alias QueryArguments

QueryArguments: {
    [key: string]: any;
}

Represents a dictionary of values to be incorporated into a query keyed by the placeholder used within that query. See method find() of Collection for more info.

Type declaration

  • [key: string]: any