import {Section} from './section'; export class Device { id: string; name: string; section: Section; }