SW Combine SDK
    Preparing search index...

    Interface ShipEntity

    Ship entity (wrapper with href attribute)

    interface ShipEntity {
        attributes: { href: string };
        value: ShipEntityValue;
    }
    Index

    Properties

    Properties

    attributes: { href: string }