Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFillResult

Result of Fill

export
interface

IFillResult

Hierarchy

  • IFillResult

Index

Properties

Properties

result

result: any | Error

It's depend on IFillResult.success, it's usually any kind of data, it will be an Error when IFillResult.success is false

memberof

IFillResult

success

success: boolean

Did it successful or error occurred?

memberof

IFillResult

Generated using TypeDoc