UNPKG
ts-clean-core
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Equipment core
github.com/code4121/ts-leasing-core
code4121/ts-leasing-core
ts-clean-core
/
lib
/
auth
/
io
/
User.ds.d.ts
12 lines
(11 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Outgoing data schema for the login method of the auth component. */
export
default
interface
UserDS
{ id:
string
; role:
string
; first_name:
string
; last_name:
string
; created:
string
; updated:
string
; }