Type alias TErrorCallback

TErrorCallback: ((error: Error, section: string, field: string) => void)

Type declaration

    • (error: Error, section: string, field: string): void
    • Parameters

      • error: Error
      • section: string
      • field: string

      Returns void

Generated using TypeDoc