Interface IResourceAttributeLink

interface IResourceAttributeLink {
    linkType: string;
    url: string;
}

Properties

Properties

linkType: string
url: string