@pfantato/printful-ts
Version:
Typescript SDK to integrate with Printful
14 lines (13 loc) • 488 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WebhooksService = void 0;
const printful_api_service_1 = require("./printful-api.service");
class WebhooksService extends printful_api_service_1.PrintfulApiService {
async getWebhookConfig() { }
async setupWebhookConfig() { }
async disableWebhook() { }
async getEventConfig() { }
async setupEventConfig() { }
async disableEvent() { }
}
exports.WebhooksService = WebhooksService;