Home > @vsf-enterprise/commercetools-types > LocalizedText
# LocalizedText type
Signature:
export declare type LocalizedText = {
text: Scalars['String'];
locale: Scalars['Locale'];
};
References: Scalars
Home > @vsf-enterprise/commercetools-types > LocalizedText
Signature:
export declare type LocalizedText = {
text: Scalars['String'];
locale: Scalars['Locale'];
};
References: Scalars
On this page