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

PersistentDirectory

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

A directory to persist across workstation sessions.

interface PersistentDirectory {
mountPath?: string;
}

§Properties

§

A PersistentDirectory backed by a Compute Engine persistent disk.

§
mountPath?: string
[src]

Optional. Location of this directory in the running workstation.