/** * This file was auto-generated by Fern from our API Definition. */ /** * LESS_THAN operator looks for values that are less than the given value. */ export interface TimestampLessThan { /** The value to compare against. */ value: Date; } //# sourceMappingURL=TimestampLessThan.d.ts.map