interface In2 {
    is_removable: boolean;
    position: number[];
    product: UserFeedShopPhotosAlbumResponse.Product;
}

Properties

is_removable: boolean
position: number[]