UNPKG

bitpay-sdk

Version:

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

5 lines (4 loc) 132 B
import { z } from 'zod'; export declare const shopperSchema: z.ZodObject<{ user: z.ZodOptional<z.ZodString>; }, z.core.$strip>;