SW Combine SDK
    Preparing search index...

    Interface FacilityEntity

    Facility entity (wrapper with href attribute)

    interface FacilityEntity {
        attributes: { href: string };
        value: FacilityEntityValue;
    }
    Index

    Properties

    Properties

    attributes: { href: string }