UNPKG

bitpay-sdk

Version:

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

8 lines (7 loc) 261 B
import { z } from 'zod'; export declare const invoiceRefundAddressesSchema: z.ZodObject<{ type: z.ZodString; date: z.ZodString; tag: z.ZodNullable<z.ZodOptional<z.ZodNumber>>; email: z.ZodNullable<z.ZodOptional<z.ZodString>>; }, z.core.$strip>;