Home > @vsf-enterprise/commercetools-types > ProductPublished
# ProductPublished type
Signature:
export declare type ProductPublished = MessagePayload & {
__typename?: 'ProductPublished';
productProjection: ProductProjectionMessagePayload;
removedImageUrls: Array<Scalars['String']>;
scope: PublishScope;
type: Scalars['String'];
};
References: MessagePayload, ProductProjectionMessagePayload, Scalars, PublishScope