export interface UserInfo { username: string; roles: string[]; }