gtfs-sqljs
    Preparing search index...

    Interface EntitySelector

    interface EntitySelector {
        agency_id?: string;
        route_id?: string;
        route_type?: number;
        stop_id?: string;
        trip?: {
            direction_id?: number;
            route_id?: string;
            schedule_relationship?: ScheduleRelationship;
            start_date?: string;
            start_time?: string;
            trip_id?: string;
        };
    }
    Index

    Properties

    agency_id?: string
    route_id?: string
    route_type?: number
    stop_id?: string
    trip?: {
        direction_id?: number;
        route_id?: string;
        schedule_relationship?: ScheduleRelationship;
        start_date?: string;
        start_time?: string;
        trip_id?: string;
    }