Home > @vsf-enterprise/commercetools-types > LocalizedStringItemInputType
# LocalizedStringItemInputType type
Signature:
export declare type LocalizedStringItemInputType = {
locale: Scalars['Locale'];
value: Scalars['String'];
};
References: Scalars