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
/
generated
/
models
/
Verification.ts
9 lines
(6 loc)
•
132 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export
type
Verification
= {
currentBalance
?:
string
; };