WorkerHealthReportResponse
import type { WorkerHealthReportResponse } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";
WorkerHealthReportResponse contains information returned to the worker in response to a health ping.
interface WorkerHealthReportResponse {
reportInterval?: number;
}