import { Product } from '@vendure/core'; declare module '@vendure/core' { interface CustomProductFields { frequentlyBoughtWith?: Product[]; } }