UNPKG
@bit-gpt/h402
Version:
latest (0.0.22)
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.14
BitGPT's 402 open protocol for blockchain-native payments
github.com/bit-gpt/402
bit-gpt/402
@bit-gpt/h402
/
dist
/
types
/
shared
/
money.d.ts
4 lines
•
241 B
TypeScript
View Raw
1
2
3
4
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