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

NfsExport

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

NFS export.

interface NfsExport {
exportDirectory?: string;
hosts?: string[];
}

§Properties

§
exportDirectory?: string
[src]

The directory being exported.

§
hosts?: string[]
[src]

The hosts or networks to which the export is being shared.