export interface PersonPeriodPreference {
  id?: number;
  personId: number;
  periodId: number;
  periodName: string;
  order: number;
}
