interface DirEntryimport { type DirEntry } from "https://dotland.deno.dev/x/ts_morph@21.0.0/common/mod.ts"; Propertiespath: StandardizedFilePathisFile: booleanisDirectory: booleanisSymlink: boolean