Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.34 KB

user.md

File metadata and controls

31 lines (26 loc) · 1.34 KB

User

Example Usage

import { User } from "ryan-simple-test-act/models/components";

let value: User = {
  id: 10,
  username: "theUser",
  firstName: "John",
  lastName: "James",
  email: "[email protected]",
  password: "12345",
  phone: "12345",
  userStatus: 1,
};

Fields

Field Type Required Description Example
id number N/A 10
username string N/A theUser
firstName string N/A John
lastName string N/A James
email string N/A [email protected]
password string N/A 12345
phone string N/A 12345
userStatus number User Status 1