export type UserGroup = { name: string; description?: string; id: number; };