import { Empresa } from "../empresa"; export interface Printable { getTemplateName(): string; getBody(): Object; model: T empresa: Empresa }