UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

6 lines (5 loc) 146 B
import { SPRoleDefinition } from "./SPRoleDefinition"; export interface RoleAssignment { entityId: number; role: SPRoleDefinition; }