DeleteStorageBucket
import type { DeleteStorageBucket } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in OperationStep, indicates that Cloud Storage bucket should be deleted.
interface DeleteStorageBucket {
readonly bucket?: string;
}