File

libs/interfaces/src/auth/loginResponse.interface.ts

Extends

UserInterface

Index

Properties

Properties

access_token
access_token: string
Type : string
refresh_token
refresh_token: string
Type : string
import { UserInterface } from '../user/User.interface'

export interface LoginResponseInterface extends UserInterface {
  access_token: string
  refresh_token: string
}

results matching ""

    No results matching ""