UNPKG
marsol
Version:
latest (0.0.2)
0.0.2
0.0.1
Marsol.ly services JS SDK
github.com/Cipher-IT/MarsolClient_JS
Cipher-IT/MarsolClient_JS
marsol
/
lib
/
dto
/
TokenRequestDto.d.ts
14 lines
(13 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * *
@export
*
@interface
TokenRequestDto */
export
interface
TokenRequestDto
{
/** * *
@type
{string} *
@memberof
TokenRequestDto */
tokenId:
string
; }