Home > @vsf-enterprise/commercetools-types > StringAttribute
# StringAttribute type
Signature:
export declare type StringAttribute = Attribute & {
__typename?: 'StringAttribute';
value: Scalars['String'];
name: Scalars['String'];
};
Home > @vsf-enterprise/commercetools-types > StringAttribute
Signature:
export declare type StringAttribute = Attribute & {
__typename?: 'StringAttribute';
value: Scalars['String'];
name: Scalars['String'];
};
On this page