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

GetNodeOutput

import type { GetNodeOutput } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";
interface GetNodeOutput {
Node?: Node | null;
}

§Properties

§
Node?: Node | null
[src]

Properties of the node configuration.