interface UserImageBackground {
    kind: "userImage";
    value: UserImage;
}

Properties

Properties

kind: "userImage"
value: UserImage