UNPKG

@pfantato/printful-ts

Version:

Typescript SDK to integrate with Printful

9 lines (8 loc) 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApprovalSheetsService = void 0; const printful_api_service_1 = require("./printful-api.service"); class ApprovalSheetsService extends printful_api_service_1.PrintfulApiService { async listApprovalSheets() { } } exports.ApprovalSheetsService = ApprovalSheetsService;