Variable frequentlyBoughtWithProductServiceConst

frequentlyBoughtWithProductService: {
    get: ((input) => Promise<ProductOverview[]>);
    getLive: ((input) => Promise<ProductOverview[]>);
} = ...

Type declaration

Generated using TypeDoc