import { Technology } from './technology';
export interface MobileDevice extends Technology {
    manufacturerCriterionId?: number;
}
