Home > @tridion-sites/open-api-client > ExpandableLink
Represents a link to an Identifiable Object which may contain the linked data.
Signature:
export type ExpandableLink = Link & {
ExpandedData?: IdentifiableObject;
};
References: Link, IdentifiableObject