UNPKG

@pfantato/printful-ts

Version:

Typescript SDK to integrate with Printful

6 lines (5 loc) 293 B
import { z } from 'zod'; export declare const SortDirection: z.ZodEnum<["ascending", "descending"]>; export type SortDirection = z.infer<typeof SortDirection>; export declare const SortType: z.ZodEnum<["new", "rating", "price", "bestseller"]>; export type SortType = z.infer<typeof SortType>;