
main.web.filesystem.FileSystem.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.filesystem
sealed external class FileSystem {
val name: String
val root: FileSystemDirectoryEntry
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy