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