UNPKG

usimple-saleor-sdk

Version:

This package contains all queries and mutations that are used in our sample storefront. It can be used for semi-custom or fully-custom (with ability to extend existing queries) storefront solutions.

10 lines 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QueuedJobsHandler = void 0; class QueuedJobsHandler { attachErrorListener(onErrorListener) { this.onErrorListener = onErrorListener; } } exports.QueuedJobsHandler = QueuedJobsHandler; //# sourceMappingURL=QueuedJobsHandler.js.map