Home > @tridion-sites/open-api-client > HateoasLink
Represents the hateoas link.
Signature:
export type HateoasLink = { $type?: string; Href?: string; Rel?: string; Type?: string; };