/** * Helper container. Cut bounds method results. */ export interface TimelineCutBoundsRectResults { rect: DOMRect; overlapY: boolean; overlapX: boolean; }