export interface PersonOordPreference {
  id?: number;
  personId: number;
  oordId: number;
  oordName: string;
  order: number;
}
