Home > @vsf-enterprise/commercetools-types > MoneyAttributeDefinitionType
# MoneyAttributeDefinitionType type
Signature:
export declare type MoneyAttributeDefinitionType = AttributeDefinitionType & {
__typename?: 'MoneyAttributeDefinitionType';
name: Scalars['String'];
};
References: AttributeDefinitionType, Scalars