mirror of https://github.com/Chocobozzz/PeerTube
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
|
export interface UserLogin {
|
||
|
access_token: string
|
||
|
refresh_token: string
|
||
|
token_type: string
|
||
|
}
|