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

Properties

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

Generated using TypeDoc