export interface UserData { id: number username: string roles?: string[] }