@neram-models/base
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Base models

Collection of abstract base models

TimestampableEntity (abstract)

Adds the following properties to a model and sets them automatically

Property Type
id uuid
createdAt Date
updatedAt Date

How to use

import { TimestampableEntity } from '@neram-models/base';

class MyModel extends TimestampableEntity {}

Readme

Keywords

none

Package Sidebar

Install

npm i @neram-models/base

Weekly Downloads

0

Version

1.0.0

License

none

Unpacked Size

5.17 kB

Total Files

9

Last publish

Collaborators

  • mifkata