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