UNPKG

bitpay-sdk

Version:

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

7 lines (6 loc) 224 B
import { z } from 'zod'; export declare const refundInfoSchema: z.ZodObject<{ supportRequest: z.ZodString; currency: z.ZodString; amounts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>; }, z.core.$strip>;