@kayahr/edsm
    Preparing search index...

    Interface FlightLogsResponse

    interface FlightLogsResponse {
        endDateTime: string;
        logs: FlightLog[];
        startDateTime: string;
    }
    Index

    Properties

    endDateTime: string
    logs: FlightLog[]
    startDateTime: string