UNPKG

@pfantato/printful-ts

Version:

Typescript SDK to integrate with Printful

25 lines (24 loc) 488 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SellingRegionName = void 0; const zod_1 = require("zod"); exports.SellingRegionName = zod_1.z.enum([ 'worldwide', 'north_america', 'canada', 'europe', 'spain', 'latvia', 'uk', 'france', 'germany', 'australia', 'japan', 'new_zealand', 'italy', 'brazil', 'southeast_asia', 'republic_of_korea', 'english_speaking_regions', 'all', ]);