@kayahr/edsm
    Preparing search index...

    Interface FlightLogFilter

    interface FlightLogFilter {
        endDateTime?: string;
        showId?: number;
        startDateTime?: string;
        systemName?: string;
    }
    Index

    Properties

    endDateTime?: string

    Filters for flight logs before this date & time (inclusive). Must be specified in UTC in the format YYYY-MM-DD HH:MM:SS.

    showId?: number

    Set to 1 if you want to get the EDSM internal id. Useful to handle duplicated name systems of the game.

    startDateTime?: string

    Filters for flight logs after this date & time (inclusive). Must be specified in UTC in the format YYYY-MM-DD HH:MM:SS.

    systemName?: string

    Filters flight logs by system name.