File

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

Index

Properties

Properties

code
code: string
Type : string
createdAt
createdAt: Date
Type : Date
expiresIn
expiresIn: Date
Type : Date
id
id: number
Type : number
Optional
user
user: UserInterface
Type : UserInterface
import { UserInterface } from '../user/User.interface'

export interface ConfirmationCodeInterface {
  id?: number

  code: string

  createdAt: Date

  expiresIn: Date

  user: UserInterface
}

results matching ""

    No results matching ""