SW Combine SDK
    Preparing search index...

    Interface TypesShipsListRawResponse

    Wrapped ships list response returned by /types/ships. Example: { attributes: {...}, shiptype: [...] }

    interface TypesShipsListRawResponse {
        attributes?: TypesEntityListAttributes;
        shiptype?: TypesEntityListItem[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    shiptype?: TypesEntityListItem[]