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