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