Type alias DeviceListData

DeviceListData: {
    id: number;
    isHosted?: boolean;
    keyIndex?: number;
}

Type declaration

  • id: number
  • Optional isHosted?: boolean
  • Optional keyIndex?: number

Generated using TypeDoc