export interface IDeviceProfileRawResponse { androidId: string; deviceName: string; } export interface IDeviceProfileResponse extends IDeviceProfileRawResponse {}