export type UserProfile = { userName: string; name: string; role: string; roleId: number; accessRooms: number[]; createdAt?: string | null; createdBy?: string | null; updatedAt?: string | null; updatedBy?: string | null; };