Skip to content
/ models Public
generated from CodrJS/ts-npm-template

An npm module with all reusable types in Codr

License

Notifications You must be signed in to change notification settings

CodrJS/models

Repository files navigation

@codrjs/models

npm version CodeQL

Purpose

This module is for defining all reusable models for Codr.

Getting started

### Clone the repository
git clone git@github.com:CodrJS/models.git

### Install the dependencies
yarn install

TODO

  • Create interfaces for all database models
  • Create enums for all predefined states (e.g. user roles, annotation task type, etc.)
  • Create general-use types