UNPKG
@c4tplatform/caminojs
Version:
latest (1.4.0)
1.4.0
1.3.1
1.3.0
1.2.0-rc1
1.1.0-rc2
1.1.0-rc1
1.0.1
1.0.0
Camino Platform JS Library
github.com/chain4travel/caminojs
chain4travel/caminojs
@c4tplatform/caminojs
/
dist
/
apis
/
keystore
/
interfaces.d.ts
9 lines
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@packageDocumentation
*
@module
Keystore
-Interfaces */
import
{
CredsInterface
}
from
"../../common"
;
export
interface
ImportUserParams
extends
CredsInterface
{
user
:
string
; }
//# sourceMappingURL=interfaces.d.ts.map