export default interface SchoolInformation {
  cityName: string;
  provinceName: string;
  schoolName: string;
  url: string;
}
