Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

product-os/jellyfish-types

Repository files navigation

Notice: This library has been discontinued. All TypeScript type definitions should be placed alongside the component they define, in the same repository.

Jellyfish Types

This library contains TypeScript type and interface definitions used throughout Jellyfish.

Usage

Below is an example how to use this library:

import { JSONSchema } from '@balena/jellyfish-types';

const mySchema: JSONSchema = { ... }

Documentation

Publish Documentation

Visit the website for complete documentation: https://product-os.github.io/jellyfish-types