SW Combine SDK
    Preparing search index...

    Interface GenericInventoryEntity

    Generic inventory entity (wrapper with href attribute)

    interface GenericInventoryEntity {
        attributes: { href: string };
        value: GenericInventoryEntityValue;
    }
    Index

    Properties

    Properties

    attributes: { href: string }