EasyDirectoryEntry: {
    content: EasyDirectory;
    type: "directory";
} | {
    content: EasyRegularFile;
    type: "regularFile";
} | {
    content: EasySymlink;
    type: "symlink";
}