UNPKG

iopa

Version:

API-first, Internet of Things (IoT) stack for Typescript, official implementation of the Internet Open Protocols Alliance (IOPA) reference pattern

14 lines (10 loc) 387 B
import { IAppCapability, IRef } from '@iopa/types' // eslint-disable-next-line @rushstack/typedef-var export const VERSION = '4.0' // eslint-disable-next-line @rushstack/typedef-var export const URN_APP = 'urn:io.iopa:app' export const AppRef: IRef<IAppCapability> = { id: URN_APP, description: 'Iopa App Capability common to every Iopa App, includes host name and version' }