uptime-robot-v3
    Preparing search index...

    Type Alias BatchProgressLogger

    BatchProgressLogger: (message: string) => void

    Optional logger for executeInBatches and internal retry messages.

    Type Declaration

      • (message: string): void
      • Parameters

        • message: string

        Returns void