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

GetCrawlerResponse

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

§Properties

§
Crawler?: Crawler | null
[src]

The metadata for the specified crawler.