import { Row } from './row.model'; export interface Page { title: string; rows: Row[]; testElementName: string; }