/** * @type RangeFilterTo * The upper bound of the filter range. If not specified, the range is open-ended with respect to the upper bound. You can't leave both the upper and lower bounds open-ended. */ export type RangeFilterTo = Date | number;