gis-tools-ts - v0.6.0
    Preparing search index...

    Interface GBFSSystemRegionsV10

    GBFS System Regions Schema V1.0 Interface

    interface GBFSSystemRegionsV10 {
        data: { regions: { name: string; region_id: string }[] };
        last_updated: number;
        ttl: number;
    }
    Index

    Properties

    Properties

    data: { regions: { name: string; region_id: string }[] }

    Data describing regions for a system.

    last_updated: number

    Last time the data in the feed was updated in POSIX time.

    ttl: number

    Number of seconds before the data in the feed will be updated again.