Interface AccountCreateValidatedResponseHd_profile_pic_url_info

interface AccountCreateValidatedResponseHd_profile_pic_url_info {
    height: number;
    url: string;
    width: number;
}

Properties

Properties

height: number
url: string
width: number