Norway Open Data SDK
    Preparing search index...

    Type Alias DepartureParameters

    Parameters for a stop-place departure board.

    type DepartureParameters = {
        dateTime?: Date | string;
        limit?: number;
        stopPlaceId: string;
    }
    Index
    dateTime?: Date | string
    limit?: number
    stopPlaceId: string