File

src/app/auth/user.ts

Index

Properties

Properties

email
email: string
Type : string
id
id: number
Type : number
name
name: string
Type : string
quote
quote: string
Type : string
export interface User {
    id: number,
    name: string,
    email: string,
    quote: string,
}

results matching ""

    No results matching ""