StorageConfig
import type { StorageConfig } from "https://googleapis.deno.dev/v1/composer:v1.ts";The configuration for data storage in the environment.
interface StorageConfig {
bucket?: string;
}import type { StorageConfig } from "https://googleapis.deno.dev/v1/composer:v1.ts";The configuration for data storage in the environment.