UNPKG
sgod-library-frontend
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
Thư viện component UI Frontend
github.com/SGOD-UTH/Library---Frontend
SGOD-UTH/Library---Frontend
sgod-library-frontend
/
dist
/
esm
/
types
/
constants
/
type.d.ts
5 lines
(4 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
TokenType
: {
readonly
AccessToken
:
"AccessToken"
;
readonly
RefreshToken
:
"RefreshToken"
; };