import { ISManageable } from './ISManageable'; import { Header } from './properties/Header'; export class ER extends ISManageable { header: Header; }