Home > @vsf-enterprise/commercetools-types > ReferenceAttribute
# ReferenceAttribute type
Signature:
export declare type ReferenceAttribute = Attribute & {
__typename?: 'ReferenceAttribute';
typeId: Scalars['String'];
id: Scalars['String'];
name: Scalars['String'];
};