UNPKG

@hello.nrfcloud.com/proto

Version:

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

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