Type alias IPrintTemplateCore

IPrintTemplateCore: {
    body: string;
    footer: string;
    header: string;
}

Type declaration

  • body: string
  • footer: string
  • header: string

Generated using TypeDoc