export interface IGetDomOTreeReferenceRequest { treeId: string; utcOfView: Date; startOId?: string; includeFtePlan?: boolean; showSeatsInMeta?: boolean; showPeopleInSeat?: boolean; }