Interface FileSystemEntries

interface FileSystemEntries {
    directories: string[];
    files: string[];
}

Properties

Properties

directories: string[]
files: string[]