Google Apps Script API
    Preparing search index...
    interface TransitTable {
        postalCodeGroupNames?: string[];
        rows?: TransitTableTransitTimeRow[];
        transitTimeLabels?: string[];
    }
    Index

    Properties

    postalCodeGroupNames?: string[]
    transitTimeLabels?: string[]