import { Group } from "../Group/Group"; export type UserPreview = { id: string; pictureUrl?: string; militaryId?: string; firstName?: string; lastName?: string; groups?: Group[]; };