File

src/app/User.ts

Index

Properties

Properties

_id
_id: string
Type : string
password
password: string
Type : string
role
role: string
Type : string
username
username: string
Type : string
export interface User {
  _id: string;
  username: string;
  password: string;
  role: string; // Accepts any string value
}

results matching ""

    No results matching ""