Add TypeScript integrations package
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export interface IBluetoothAdvertisement {
|
||||
id: string;
|
||||
name?: string;
|
||||
rssi?: number;
|
||||
manufacturerData?: Record<string, string>;
|
||||
}
|
||||
Reference in New Issue
Block a user