Type Alias DirContents

DirContents: { [Path in string]: string | DirContents }

Nested contents read from a file system directory.