import { Dashboard } from './Dashboard'; export interface Surface { model: Dashboard; }