@transreport/pauk-passenger-api
    Preparing search index...

    Interface Station

    Station information

    interface Station {
        crs_code?: string | null;
        id: string;
        name?: string | null;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    crs_code?: string | null

    Computer Reservation System (CRS) code

    3

    3

    id: string

    Station ID (UUID)

    name?: string | null

    Station name