import { Type } from '@angular/core'; import { Surface } from './Surface'; export interface Layout { type: string; surfaceComponent: Type; }