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
/
request
/
OAuth2Body.d.ts
7 lines
(6 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
type
OAuth2Body
= {
grant_type
:
'refresh_token'
|
'authorization_code'
;
code
?:
string
;
refresh_token
?:
string
;
redirect_uri
?:
string
; };