UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

8 lines (7 loc) 143 B
export interface SPGroup { Id: number; Title: string; LoginName: string; OwnerTitle: string; Description: string; }