@kayahr/edsm
    Preparing search index...

    Interface SystemStationsResponse

    Response structure of the EDSM system stations request.

    interface SystemStationsResponse {
        id: number;
        id64: Id64;
        name: string;
        stations: SystemStation[];
        url: string;
    }
    Index

    Properties

    Properties

    id: number
    id64: Id64
    name: string
    stations: SystemStation[]
    url: string