import { SPRoleDefinition } from "./SPRoleDefinition";
export interface RoleAssignment {
    entityId: number;
    role: SPRoleDefinition;
}
