gtfs-sqljs
    Preparing search index...

    Interface Level

    Level - Levels within stations

    interface Level {
        level_id: string;
        level_index: number;
        level_name?: string;
    }
    Index

    Properties

    level_id: string
    level_index: number
    level_name?: string