UNPKG

spws

Version:

SharePoint Web Services Wrapper

9 lines (8 loc) 144 B
type Group = { ID: string; Name: string; Description: string; OwnerID: number; OwnerIsUser: boolean; }; export default Group;