Type Alias collegeDataInterface

collegeDataInterface: {
    alpha_two_code: string;
    country: string;
    domains: string[];
    name: string;
    "state-province": string | null;
    web_pages: string[];
}[]

Schema for the collegeData inteface. Every college data object should follow this interface template