UNPKG
@eclipsejs/cli
Version:
latest (1.1.0)
1.1.0
1.0.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.12
0.2.11
0.2.10
0.2.9
Inject environment variables on runtime
dlesage25/eclipse-cli
@eclipsejs/cli
/
lib
/
src
/
eclipse
/
types
/
User.type.d.ts
9 lines
(8 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
User
{
_id
?:
string
;
name
:
string
;
email
:
string
;
sub
:
string
;
createdAt
:
string
;
projects
:
string
[]; }