Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 633 Bytes

File metadata and controls

24 lines (16 loc) · 633 Bytes

@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