UNPKG

@makepad/school-names-turkey

Version:

A npm module that scrapes all the school names from turkish education ministry's page

7 lines (6 loc) 128 B
export default interface SchoolInformation { cityName: string; provinceName: string; schoolName: string; url: string; }