export interface Group { id: string; displayName: string; mail: string; } //# sourceMappingURL=GetGroupResponse.d.ts.map