/** * @interface IDataView */ export interface IDataView { name: string; id: number; }