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