gtfs-sqljs
    Preparing search index...

    Interface CalendarDate

    CalendarDate - Exceptions for the services defined in calendar.txt

    interface CalendarDate {
        date: string;
        exception_type: number;
        service_id: string;
    }
    Index

    Properties

    date: string
    exception_type: number
    service_id: string