Home > @vsf-enterprise/commercetools-types > RemoveProductImage
# RemoveProductImage type
Signature:
export declare type RemoveProductImage = {
variantId?: InputMaybe<Scalars['Int']>;
sku?: InputMaybe<Scalars['String']>;
imageUrl: Scalars['String'];
staged?: InputMaybe<Scalars['Boolean']>;
};
References: InputMaybe, Scalars