import { PromotedForProduct } from './PromotedForProduct'; export default interface PromotedForCollectionFilter { promotedFor: PromotedForProduct; }