mirror of
https://github.com/thomasnordquist/MQTT-Explorer.git
synced 2026-09-12 01:23:31 +00:00
4 lines
47 B
TypeScript
4 lines
47 B
TypeScript
export interface Hashable {
|
|
hash(): string
|
|
}
|