UNPKG

@hello.nrfcloud.com/proto

Version:

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

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