export interface PersonPeriodDateRangePreference {
  id?: number;
  personId: number;
  startDate: Date;
  endDate: Date;
}
