export interface IAuthUserReducer { id?: string; fullName?: string; avatar?: string; }