UNPKG

bitpay-sdk

Version:

Complete version of the NodeJS library for the new cryptographically secure BitPay API

9 lines (8 loc) 212 B
import { z } from 'zod'; export declare const shopperSchema: z.ZodObject<{ user: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { user?: string | undefined; }, { user?: string | undefined; }>;