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