@maschinenlesbar.org/autobahn-cli
    Preparing search index...

    Interface RoadsResult

    Response of GET / — the list of motorways the API knows about.

    interface RoadsResult {
        roads: string[];
    }
    Index
    roads: string[]