UNPKG

bitpay-sdk

Version:

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

18 lines (17 loc) 503 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>>; }, "strip", z.ZodTypeAny, { type: string; date: string; email?: string | null | undefined; tag?: number | null | undefined; }, { type: string; date: string; email?: string | null | undefined; tag?: number | null | undefined; }>;