@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface WebsiteLinkResourceWrapperJson

    interface WebsiteLinkResourceWrapperJson {
        __configKey: string;
        __excessResource?: boolean;
        __invalid?: boolean;
        __typeAlias: string;
        type: "website-link";
        websiteLink: WebsiteLinkResourceJson;
    }

    Hierarchy (View Summary)

    Index
    __configKey: string
    __excessResource?: boolean
    __invalid?: boolean
    __typeAlias: string
    type: "website-link"