Home > @vsf-enterprise/commercetools-types > DimensionsProductSearch
# DimensionsProductSearch type
Signature:
export declare type DimensionsProductSearch = {
__typename?: 'DimensionsProductSearch';
width: Scalars['Int'];
height: Scalars['Int'];
};
References: Scalars