// @flow export type Device = { vendorId: string, productId: string, }