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