UNPKG

@hello.nrfcloud.com/proto

Version:

Documents the communication protocol between the hello.nrfcloud.com backend and the web application

9 lines (8 loc) 186 B
import { Type } from '@sinclair/typebox'; export var deviceId = Type.String({ minLength: 1, description: 'the device ID', examples: [ 'nrf-352656108602296' ] });