DeleteFilestoreInstance
import type { DeleteFilestoreInstance } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in OperationStep, indicates that a Filestore instance should be deleted.
interface DeleteFilestoreInstance {
readonly filestore?: string;
}