1.6.2 • Published 6 years ago

@sibipro/models v1.6.2

Weekly downloads
9
License
SEE LICENSE IN LI...
Repository
github
Last release
6 years ago

frontend-models

Install the package:

npm i @sibipro/models

Import the Typescript interface:

import { UserModel } from '@sibipro/models';

interface Props {
  currentUser: UserModel;
}

function UserComponent(props: Props) {
  ...
}

Available models

  • Company
  • CompanyVendor
  • Manufacturer
  • Office
  • Order
  • Property
  • Truck
  • User
    • includes createUser function to create a user object with the default values
1.6.2

6 years ago

1.6.0

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago