tridion-sites-extensions-api-docs

Home > @tridion-sites/models > SystemPrivilegesDictionary

SystemPrivilegesDictionary type

Represents a dictionary of the system-wide privilege keys associations with a collection of the Group’s link.

Signature:

export type SystemPrivilegesDictionary = Record<SystemPrivilegeName, ReadonlyArray<Link>>;

References: SystemPrivilegeName, Link