Interface ProfileResource

interface ProfileResource {
    avatar: ProfileAvatarResource;
    header: ProfileHeaderResource;
}

Properties

Properties