Home > @vsf-enterprise/commercetools-types > RawProductAttribute
# RawProductAttribute type
Signature:
export declare type RawProductAttribute = {
__typename?: 'RawProductAttribute';
name: Scalars['String'];
value: Scalars['Json'];
attributeDefinition?: Maybe<AttributeDefinition>;
};
References: Scalars, Maybe, AttributeDefinition