UNPKG
@beincom/constants
Version:
latest (6.4.3)
6.4.3
6.4.2
6.4.1
6.4.0
6.3.11
6.3.10
6.3.9
6.3.8
6.3.7
6.3.6
6.3.5
6.3.1
6.3.0
6.2.0
6.1.1
6.1.0
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.18.3
5.18.2
5.18.1
5.18.0
5.17.1
5.17.0
5.16.7
5.16.6
5.16.4
5.16.2
5.16.1
5.16.0
5.15.1
5.15.0
5.14.3
5.14.2
5.14.1
5.13.1
5.13.0
5.12.1
5.12.0
5.11.1
5.11.0
5.10.0
5.9.2
5.9.1
5.9.0
5.8.0
5.7.4
5.6.4
5.6.3
5.6.2
5.6.1
5.5.1
5.4.1
5.4.0
5.3.1
5.3.0
5.2.0
5.1.0
5.0.0
4.10.0
4.9.3
4.8.3
4.8.2
4.8.1
4.8.0
4.7.2
4.7.1
4.7.0
4.6.1
4.6.0
4.5.2
4.5.1
4.5.0
4.4.1
4.4.0
4.3.9
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.1.1
4.1.0
4.0.0
3.3.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
Beincom shared constant definitions
github.com/beincom/bic-constants
beincom/bic-constants
@beincom/constants
/
lib
/
shared.dto.d.ts
10 lines
(9 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
SharedUserDto
{
id
:
string
;
username
:
string
;
fullname
:
string
;
avatar
:
string
;
email
:
string
;
groups
:
string
[]; }
export
declare
const
SHARED_USER_KEY_PREFIX
=
"SU"
;