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