UNPKG

@sysdoc/sharepoint-util

Version:

A utility library for SharePoint solutions

11 lines (10 loc) 206 B
export interface Security { copyRoleAssignments?: boolean; clearScores?: boolean; roles?: { [idx: string]: string; }; roleAssignments?: { [idx: string]: string; }; }