interface UserAvatarProps {
    userName: string;
}

Properties

Properties

userName: string

Username must have at least two chars (which should be guaranteed by the backend).