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

ReadinessCheck

import type { ReadinessCheck } from "https://googleapis.deno.dev/v1/workstations:v1.ts";

A readiness check to be performed on a workstation.

interface ReadinessCheck {
path?: string;
port?: number;
}

§Properties

§
path?: string
[src]

Optional. Path to which the request should be sent.

§
port?: number
[src]

Optional. Port to which the request should be sent.