SW Combine SDK
    Preparing search index...

    Interface ItemEntity

    Item entity (wrapper with href attribute)

    interface ItemEntity {
        attributes: { href: string };
        value: ItemEntityValue;
    }
    Index

    Properties

    Properties

    attributes: { href: string }