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