UNPKG
trm-registry-types
Version:
latest (2.1.0)
2.1.0
2.0.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
TRM Registry Types
www.trmregistry.com
RegestaItalia/trm-registry-types
trm-registry-types
/
dist
/
response
/
AuthOAuth2.d.ts
7 lines
(6 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
type
AuthOAuth2
= {
access_token
:
string
;
token_type
:
'Bearer'
;
expires_in
:
number
;
refresh_token
?:
string
; };