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

CheckReadinessResponse

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

Response containing status of the connector for readiness prober.

interface CheckReadinessResponse {
status?: string;
}

§Properties

§
status?: string
[src]