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

NFS

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

Represents an NFS volume.

interface NFS {
remotePath?: string;
server?: string;
}

§Properties

§
remotePath?: string
[src]

Remote source path exported from the NFS, e.g., "/share".

§
server?: string
[src]

The IP address of the NFS.