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