UNPKG
database-all
Version:
latest (1.0.3)
1.0.3
MIMS Drug Database integration
database-all
/
dist
/
interfaces
/
IAuthInterface.d.ts
6 lines
•
147 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
IAuthToken
{
tokenType
:
string
;
expiresIn
:
number
;
accessToken
:
string
; }
//# sourceMappingURL=IAuthInterface.d.ts.map