1 2 3 4 5
export interface UserLogin { access_token: string refresh_token: string token_type: string }