export interface CoverageRegion {
  contact_office_id?: string;
  contact_office_subject_id?: string;
  created_at: string;
  id: string;
  meeting_type: "phone" | "on_location" | "video";
  postal_code_id: string;
  updated_at: string;
}
