Interface linksStruct

At the top of practically every record. Usually just contains self

interface linksStruct {
    profile?: hrefStruct;
    self: hrefStruct;
    user?: hrefStruct;
}

Properties

Properties

profile?: hrefStruct
user?: hrefStruct