Type alias IPreDetectProgress

IPreDetectProgress: ((currentStage, res, errorCode?) => any)

Type declaration

    • (currentStage, res, errorCode?): any
    • Parameters

      • currentStage: ICheckStage
      • res: boolean
      • Optional errorCode: number

      Returns any

Generated using TypeDoc