A central repository for OneBlink typescript types, used internally.
npm install --save-dev oneblink/typesThis will install the package to node_modules and add "@oneblink/types": "github:oneblink/types" to your package.json file
You need to import types where you want to use them
import {
FormTypes,
FormsAppsTypes,
MiscTypes,
SubmissionEventTypes,
} from '@oneblink/types'See the Documentation for more details.