File

projects/web-mev/src/app/_models/user.ts

Description

User interface

Index

Properties

Properties

email
email: string
Type : string
password
password: string
Type : string
export interface User {
  email: string;
  password: string;
}

result-matching ""

    No results matching ""