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

FoldersInsertOptions

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

Additional options for Storage#foldersInsert.

interface FoldersInsertOptions {
recursive?: boolean;
}

§Properties

§
recursive?: boolean
[src]

If true, any parent folder which doesn’t exist will be created automatically.