export interface InstitutionListItem {
  id: number;
  nev: string;
  koordinatak: string | null;
  telepules: string | null;
  intezmenyCimeMegjelenites: boolean | null;
  rovidites: string | null;
}
