UNPKG

@pfantato/printful-ts

Version:

Typescript SDK to integrate with Printful

4 lines (3 loc) 156 B
import { z } from 'zod'; export declare const ExternalIdParam: z.ZodUnion<[z.ZodString, z.ZodNumber]>; export type ExternalIdParam = `@${string}` | number;