/* Unique identifiers generated by libfb during auth */ export default interface DeviceId { clientId: string deviceId: string mqttId: number }