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

DiskPath

import type { DiskPath } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
interface DiskPath {
partitionUuid?: string;
relativePath?: string;
}

§Properties

§
partitionUuid?: string
[src]
§
relativePath?: string
[src]