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

    Interface GBFSV10

    GBFS Schema V1.0 Interface

    interface GBFSV10 {
        data: { [locale: string]: { feeds: { name: string; url: string }[] } };
        last_updated: number;
        ttl: number;
    }
    Index

    Properties

    Properties

    data: { [locale: string]: { feeds: { name: string; url: string }[] } }

    Response data in the form of name:value pairs.

    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.