export interface Profile { readonly UserID: string; readonly UserName: string; readonly UserAvatar: string; readonly RoleIDs: string[]; }