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

HostPath

import type { HostPath } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Represents a pre-existing file or directory on the host machine that the volume maps to.

interface HostPath {
Path?: string | null;
}

§Properties

§
Path?: string | null
[src]

Path of the file or directory on the host that the volume maps to.