@kayahr/edsm
    Preparing search index...

    Interface SystemDeathsResponse

    Response structure of the EDSM system deaths request.

    interface SystemDeathsResponse {
        deaths: { day: number; total: number; week: number };
        id: number;
        id64: Id64;
        name: string;
        url: string;
    }
    Index

    Properties

    Properties

    deaths: { day: number; total: number; week: number }
    id: number
    id64: Id64
    name: string
    url: string