Home > @vsf-enterprise/commercetools-types > AddCategoryAsset
# AddCategoryAsset type
Signature:
export declare type AddCategoryAsset = {
position?: InputMaybe<Scalars['Int']>;
asset: AssetDraftInput;
};
References: InputMaybe, Scalars, AssetDraftInput