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

CrawlerNodeDetails

import type { CrawlerNodeDetails } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

The details of a Crawler node present in the workflow.

interface CrawlerNodeDetails {
Crawls?: Crawl[] | null;
}

§Properties

§
Crawls?: Crawl[] | null
[src]

A list of crawls represented by the crawl node.