UNPKG

@pfantato/printful-ts

Version:

Typescript SDK to integrate with Printful

10 lines (9 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Store = void 0; const zod_1 = require("zod"); exports.Store = zod_1.z.object({ id: zod_1.z.number(), type: zod_1.z.string(), name: zod_1.z.string(), });