]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/users/user-refresh-token.model.ts
Remove comments, rates and views from stats
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-refresh-token.model.ts
1 export interface UserRefreshToken {
2 access_token: string
3 refresh_token: string
4 }