export type HeaderAvatarProps = {
    showNick?: boolean;
    nick?: string;
    head?: string;
};
