SerializedSpaceship: {
    fuelScoop: FuelScoop | null;
    fuelTanks: SerializedFuelTank[];
    id: string;
    name: string;
    type: ShipType;
}

Type declaration