UNPKG

bitpay-sdk

Version:

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

8 lines (7 loc) 232 B
import { z } from 'zod'; export declare const itemInterfaceSchema: z.ZodObject<{ id: z.ZodOptional<z.ZodString>; description: z.ZodOptional<z.ZodString>; price: z.ZodNumber; quantity: z.ZodNumber; }, z.core.$strip>;