FsHafas-JavaScript
    Preparing search index...

    Interface Status

    interface Status {
        code?: string;
        summary?: string;
        text: string;
        tripId?: string;
        type:
            | "hint"
            | "status"
            | "foreign-id"
            | "local-fare-zone"
            | "stop-website"
            | "stop-dhid"
            | "transit-authority";
    }
    Index

    Properties

    code?: string
    summary?: string
    text: string
    tripId?: string
    type:
        | "hint"
        | "status"
        | "foreign-id"
        | "local-fare-zone"
        | "stop-website"
        | "stop-dhid"
        | "transit-authority"