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
/
OAuth2Data.d.ts
7 lines
(6 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
type
OAuth2Data
= {
authorizationUrl
:
string
;
clientId
:
string
;
responseType
:
'code'
;
scope
?:
string
; };