UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

14 lines (13 loc) 287 B
import { RoleType } from "@pnp/sp"; export interface SPRoleDefinition { Id: number; Name: string; Description: string; Order: number; Hidden: boolean; RoleTypeKind: RoleType; BasePermissions: { High: string; Low: string; }; }