Home > @tridion-sites/open-api-client > GroupMembership
Contains the scope of a Group.
Signature:
export type GroupMembership = { $type?: string; Group?: Link; Scope?: Array<LinkWithIsEditable>; };
References: Link, LinkWithIsEditable