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