@suprsoftware/models
v1.0.15
Published
Models and schemas for Supr Software
Readme
Usage
Get the latest interfaces / schemas for various data models used throughout Supr Software
Install
npm install @suprsoftware/models@latest
To make sure the latest version is installed
Models
license-key
If using typescript then import the index.ts
import { LicenseKeyInterface } from '@suprsoftware/models/license-key/index;
users
If using typescript then import the index.ts
import { UserInterface } from '@suprsoftware/models/users/index;
