Variable productOverviewsServiceConst

productOverviewsService: {
    get: ((input) => Promise<ProductOverviewsData>);
    getLive: ((input) => Promise<ProductOverviewsData>);
} = ...

Type declaration

Generated using TypeDoc