reels-models
v0.1.42
Published
models and swagger specs for reëls.
Downloads
240
Readme
Reels Models
Table of Contents
Introduction
This is a collection of models for the Reels project. The models are used to define interfaces and types. we also define the swagger docs for the models here.
Installation
npm install -save-dev reels-models
or
yarn add -D reels-models
Usage
import { User } from 'reels-models';
const user: User = {
id: '123',
first_name: 'John Doe',
email: ''
}
Contributing
To contribute to this project, please reachout to Neutrinos Platform Team.