import { Technology } from './technology';
export interface DeviceCategory extends Technology {
}
