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
/
AuthOAuth2.d.ts
5 lines
(4 loc)
•
84 B
TypeScript
View Raw
1
2
3
4
5
export
type
AuthOAuth2
= {
access_token
:
string
;
refresh_token
?:
string
; };