Move to HttpClient and PrimeNG data table
This commit is contained in:
parent
91f6f169b1
commit
d592e0a9b2
41 changed files with 621 additions and 697 deletions
4
shared/models/users/user-refresh-token.model.ts
Normal file
4
shared/models/users/user-refresh-token.model.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface UserRefreshToken {
|
||||
access_token: string
|
||||
refresh_token: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue