export interface Profile { id: string; alias: string; consentConfirmedAt: number; avatarId: string; createdAt: number; mainProfile: boolean; }