UNPKG

@pfantato/printful-ts

Version:

Typescript SDK to integrate with Printful

7 lines (6 loc) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SortType = exports.SortDirection = void 0; const zod_1 = require("zod"); exports.SortDirection = zod_1.z.enum(['ascending', 'descending']); exports.SortType = zod_1.z.enum(['new', 'rating', 'price', 'bestseller']);