BucketsGetStorageLayoutOptions
import type { BucketsGetStorageLayoutOptions } from "https://googleapis.deno.dev/v1/storage:v1.ts";
Additional options for Storage#bucketsGetStorageLayout.
interface BucketsGetStorageLayoutOptions {
prefix?: string;
}