UNPKG

@iotize/ionic

Version:

Iotize specific building blocks on top of @ionic/angular.

7 lines (6 loc) 123 B
export interface DiscoveredDeviceType { name: string; address: string; rssi: number; [key: string]: any; }