UNPKG

@pfantato/printful-ts

Version:

Typescript SDK to integrate with Printful

14 lines (13 loc) 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvoiceDocument = void 0; const zod_1 = require("zod"); const common_1 = require("../common"); exports.InvoiceDocument = zod_1.z.object({ media_type: zod_1.z.string(), content: zod_1.z.string(), _links: zod_1.z.object({ self: common_1.HateoasLink, order: common_1.HateoasLink, }), });