Skip to content

oneblink/types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4aab20 · Apr 17, 2025
Jun 23, 2022
Apr 9, 2025
Apr 17, 2025
Nov 1, 2020
Jul 27, 2020
Mar 24, 2025
Jul 27, 2020
Jul 27, 2020
Jul 27, 2020
Jun 23, 2022
May 20, 2024
May 20, 2024
May 20, 2024
Aug 31, 2020

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.