UNPKG
nestjs-oauth2
Version:
latest (0.0.7)
0.0.31
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
NestJS OAuth2 Client
hanchchch/nestjs-oauth2
nestjs-oauth2
/
dist
/
state
/
state.interface.d.ts
5 lines
(4 loc)
•
67 B
TypeScript
View Raw
1
2
3
4
5
export
interface
State
{
state
:
string
;
createdAt
:
Date
; }