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

MakeDirectoryRequest

import type { MakeDirectoryRequest } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

MakeDirectory request message.

interface MakeDirectoryRequest {
path?: string;
}

§Properties

§
path?: string
[src]

Required. The directory's full path including directory name, relative to the workspace root.