UNPKG

@hello.nrfcloud.com/proto

Version:

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

9 lines (8 loc) 226 B
import { Type } from '@sinclair/typebox'; export var ts = Type.Integer({ description: "Timestamp as Unix epoch with millisecond precision (UTC)", minimum: 1234567890123, examples: [ 1584533788029 ] });