File

src/app/models/user.ts

Index

Properties

Properties

firstName
Type : string
id
Type : number
lastName
Type : string
Optional password
Type : string
role
Type : string
token
Type : string
username
Type : string
export class User {
    id: number;
    username: string;
    password?: string;
    firstName: string;
    lastName: string;
    token: string;
    role: string;
}


results matching ""

    No results matching ""