@kayahr/edsm
    Preparing search index...

    Interface SystemBodiesResponse

    Response structure of the EDSM system bodies request.

    interface SystemBodiesResponse {
        bodies: SystemBody[];
        bodyCount: number;
        id: number;
        id64: Id64;
        name: string;
        url: string;
    }
    Index

    Properties

    bodies: SystemBody[]
    bodyCount: number
    id: number
    id64: Id64
    name: string
    url: string