UNPKG
rws-js-client
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
1.18.1
1.17.11
1.17.10
1.17.9
1.17.8
1.17.6
1.17.5
1.17.4
1.17.3
1.17.2
1.17.1
1.17.0
1.16.3
1.16.2
1.16.1
1.16.0
1.15.8
1.15.7
1.15.6
1.15.5
1.15.4
1.15.3
1.15.2
1.15.1
1.15.0
1.14.11
1.14.10
1.14.9
1.14.8
1.14.7
1.14.6
1.14.5
1.14.4
1.14.3
1.14.2
1.14.1
1.14.0
1.13.12
1.13.10
1.13.9
1.13.8
1.13.7
1.13.6
1.13.5
1.13.4
1.13.2
1.13.1
1.12.9
1.12.8
1.12.7
1.12.6
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.0
1.10.1
1.10.0
1.9.0
1.8.0
1.7.10
1.7.9
1.7.8
1.7.7
1.7.4
1.7.4-parted3
1.7.4-parted
1.7.4-p
1.7.3
1.7.2
1.7.1
1.7.0
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.4
1.1.3
1.1.1
client for RWS frontend
github.com/papablack/rws-client
papablack/rws-client
rws-js-client
/
src
/
interfaces
/
IRWSUser.ts
7 lines
•
154 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
default
interface
IRWSUser
extends
Object
{
email
:
string
;
mongoId
:
string
;
name
:
string
;
message
:
string
;
jwt_token
:
string
, }