Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 605 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 605 Bytes

OneBlink Typescript Types

A central repository for OneBlink typescript types, used internally.

Installation

npm install --save-dev oneblink/types

This will install the package to node_modules and add "@oneblink/types": "github:oneblink/types" to your package.json file

For typescript types:

You need to import types where you want to use them

import {
  FormTypes,
  FormsAppsTypes,
  MiscTypes,
  SubmissionEventTypes,
} from '@oneblink/types'

Documentation

See the Documentation for more details.