UNPKG

@bit-gpt/h402

Version:

BitGPT's 402 open protocol for blockchain-native payments

4 lines 241 B
import { z } from "zod"; export declare const moneySchema: z.ZodPipeline<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodNumber]>, z.ZodNumber>; export type Money = z.input<typeof moneySchema>; //# sourceMappingURL=money.d.ts.map