Home > @vsf-enterprise/commercetools-types > SetShippingMethodDescription
# SetShippingMethodDescription type
Signature:
export declare type SetShippingMethodDescription = {
description?: InputMaybe<Scalars['String']>;
};
References: InputMaybe, Scalars