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