Add TypeScript integrations package
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface IMqttTopicSample {
|
||||
topic: string;
|
||||
payload: string;
|
||||
retained?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user