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