Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ExecutorMetrics

import type { ExecutorMetrics } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
interface ExecutorMetrics {
metrics?: {
[key: string]: bigint;
}
;
}

§Properties

§
metrics?: {
[key: string]: bigint;
}
[src]