export interface UserGroupEntity { accountIdentifier?: string; identifier?: string; org?: string; project?: string; userCount?: number; }