@dubisdev/crtm-api
    Preparing search index...

    Type Alias StopTimesInfo

    type StopTimesInfo = {
        lines: { lineCode: string; lineName: string }[];
        shortStopCode: string;
        stopCode: string;
        stopName: string;
        times: StopTime[];
    }
    Index

    Properties

    lines: { lineCode: string; lineName: string }[]
    shortStopCode: string
    stopCode: string
    stopName: string
    times: StopTime[]