declare type WFDeviceDetail = ('Device Name' | 'Device Model' | 'System Version' | 'Screen Width' | 'Screen Height' | 'Current Volume' | 'Current Brightness');
export default WFDeviceDetail;
