UNPKG

bitpay-sdk

Version:

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

12 lines (11 loc) 298 B
import { z } from 'zod'; export declare const currencyQrInterfaceSchema: z.ZodObject<{ type: z.ZodString; collapsed: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { type: string; collapsed?: string | undefined; }, { type: string; collapsed?: string | undefined; }>;