export interface ProfileUpdateDTO { id: number; name: string; description: string; active: boolean; menuItemIds?: number[]; }