DirectoryEntry
import type { DirectoryEntry } from "https://googleapis.deno.dev/v1/dataform:v1.ts";Represents a single entry in a directory.
interface DirectoryEntry {
directory?: string;
file?: string;
}import type { DirectoryEntry } from "https://googleapis.deno.dev/v1/dataform:v1.ts";Represents a single entry in a directory.