1.1.3 • Published 2 years ago

reaction_types v1.1.3

Weekly downloads
-
License
Proprietary
Repository
github
Last release
2 years ago

types package

This package contains important types for communication with and within ReactionLabs services, including:

  • message contracts for communication between services
  • common data types interfaces
  • reactionlabs-specific data structures

Usage

  1. Install ReactionLabs Types package using NPM
npm i reaction_types
  1. Import your required interfaces using JavaScript's import module syntax
import {
  UserModel,
  TransactionModel,
  ProfileImgAssets,
  CoverImgAssets,
} from "reaction_types"

Interfaces

We believe that the definition of the typescript interfaces are their best documentation themselves. Find all models here:

Development

tsc
npm run git deploy

Deployment

npm run build
1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago