UNPKG
closevector-common
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.0-alpha.1
closevector-common
/
src
/
credentials.ts
4 lines
•
82 B
text/typescript
View Raw
1
2
3
4
export
interface
CloseVectorCredentials
{
key
?:
string
;
secret
?:
string
; }