mirror of
https://github.com/thomasnordquist/MQTT-Explorer.git
synced 2026-09-12 01:23:31 +00:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
export interface Message {
|
|
value?: any | undefined
|
|
length: number
|
|
received: Date
|
|
}
|