This interface represents the main return structure for directories.

interface FileSystemDirectory {
    children: string[];
}

Properties

Properties

children: string[]

Represents the content of the directory.