/** * This file was auto-generated by Fern from our API Definition. */ /** * BETWEEN operator looks for values: left <= value <= right. */ export interface BetweenRevision { /** Left value to compare against. */ left: number; /** Right value to compare against. */ right: number; } //# sourceMappingURL=BetweenRevision.d.ts.map