UNPKG

bitpay-sdk

Version:

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

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