Variable collectionProductsServiceConst

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

Type declaration

Generated using TypeDoc