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