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