Home > @tridion-sites/open-api-client > ClaimMapping
Abstract base class representing the data of a mapping between a Claim and a TCM Group.
Signature:
export type ClaimMapping = {
$type?: string;
Description?: string;
Group?: Link;
};
References: Link