SW Combine SDK
    Preparing search index...

    Interface TypesFacilityClass

    interface TypesFacilityClass {
        attributes: {
            href?: string;
            uid: string;
            value?: string;
            [key: string]: unknown;
        };
    }
    Index

    Properties

    Properties

    attributes: {
        href?: string;
        uid: string;
        value?: string;
        [key: string]: unknown;
    }