Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Type aliases

Type aliases

TemplateCallback: (error: Error | null, htmlString?: string) => void

Type declaration

    • (error: Error | null, htmlString?: string): void
    • Parameters

      • error: Error | null
      • Optional htmlString: string

      Returns void