bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
10 lines (9 loc) • 324 B
TypeScript
import { z } from 'zod';
export declare const withHoldingsInterfaceSchema: z.ZodObject<{
amount: z.ZodNumber;
code: z.ZodString;
description: z.ZodOptional<z.ZodString>;
notes: z.ZodOptional<z.ZodString>;
label: z.ZodOptional<z.ZodString>;
bankCountry: z.ZodOptional<z.ZodString>;
}, z.core.$strip>;