Interface Products

Each public transportation network exposes its products as boolean properties. See ProductType

interface Products {
    [product: string]: boolean;
}

Indexable

[product: string]: boolean

Generated using TypeDoc