@kayahr/edsm
    Preparing search index...

    Interface StationShipyardResponse

    Response structure of the EDSM system stations shipyard request.

    interface StationShipyardResponse {
        id: number;
        id64: Id64;
        marketId: number;
        name: string;
        ships: Ship[];
        sId: number;
        sName: string;
        url: string;
    }
    Index

    Properties

    id: number
    id64: Id64
    marketId: number
    name: string
    ships: Ship[]
    sId: number
    sName: string
    url: string