UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

8 lines (7 loc) 126 B
export interface Group { id: string; title: string; email: string; sip: string; picture: string; }