Home > @vsf-enterprise/commercetools-types > SetShippingMethodLocalizedDescription
# SetShippingMethodLocalizedDescription type
Signature:
export declare type SetShippingMethodLocalizedDescription = {
localizedDescription?: InputMaybe<Array<LocalizedStringItemInputType>>;
};
References: InputMaybe, LocalizedStringItemInputType