Skip to content

oneblink/types

Repository files navigation

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.