export interface Profile { readonly id: string; readonly name: string; readonly avatar: string; readonly roles: string[]; }