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

ReportResponse

import type { ReportResponse } from "https://googleapis.deno.dev/v1/servicecontrol:v2.ts";

Response message for the Report method.

interface ReportResponse {
extensions?: {
[key: string]: any;
}
;
}

§Properties

§
extensions?: {
[key: string]: any;
}
[src]

The extension field to store serialized OTel responses. e.g. ExportLogsServiceResponse, ExportMetricsServiceResponse.