UNPKG

bitpay-sdk

Version:

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

7 lines (6 loc) 169 B
import { z } from 'zod'; export declare const rateInterfaceSchema: z.ZodObject<{ name: z.ZodString; code: z.ZodString; rate: z.ZodNumber; }, z.core.$strip>;