export interface ProfileDTO { uuid: string; name: string; avatar: string; }