You must display the names and URLs of the transit agencies servicing the trip results.

interface TransitAgency {
    name: string;
    phone: string;
    url: string;
}

Properties

Properties

name: string

contains the name of the transit agency.

phone: string

contains the phone number of the transit agency.

url: string

contains the URL for the transit agency.