UNPKG
@snapp-store/snapp-box-sdk
Version:
latest (1.0.0)
1.0.0
A javascript sdk for snapp box api
github.com/snapp-store/snapp-box-sdk
snapp-store/snapp-box-sdk
@snapp-store/snapp-box-sdk
/
dist
/
models
/
Verification.d.ts
4 lines
(3 loc)
•
69 B
TypeScript
View Raw
1
2
3
4
export
declare
type
Verification
= {
currentBalance
?:
string
; };