Home > @vsf-enterprise/commercetools-types > ProductDeleted
# ProductDeleted type
Signature:
export declare type ProductDeleted = MessagePayload & {
__typename?: 'ProductDeleted';
removedImageUrls: Scalars['Set'];
currentProjection?: Maybe<ProductProjectionMessagePayload>;
type: Scalars['String'];
};
References: MessagePayload, Scalars, Maybe, ProductProjectionMessagePayload