export interface UserGroup { id: string; ownerId: string; name: string; }