SW Combine SDK
    Preparing search index...

    Interface TypesShipSpeed

    interface TypesShipSpeed {
        hyperspace?: string | number;
        planetary?: TypesShipValueWithUnits;
        sublight?: TypesShipValueWithUnits;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    hyperspace?: string | number