reels-models
v0.2.11
Published
models and swagger specs for reëls.
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-modelsor
yarn add -D reels-modelsUsage
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.
