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

GetDebugConfigResponse

import type { GetDebugConfigResponse } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Response to a get debug configuration request.

interface GetDebugConfigResponse {
config?: string;
}

§Properties

§
config?: string
[src]

The encoded debug configuration for the requested component.