export interface IGlobalData { profile: { id?: string name: string avatar: string } }