interface StatsFsBase Usage in Denoimport { type StatsFsBase } from "node:fs"; Type Parameters T Properties type: T Type of file system. bsize: T Optimal transfer block size. blocks: T Total data blocks in file system. bfree: T Free blocks in file system. bavail: T Available blocks for unprivileged users files: T Total file nodes in file system. ffree: T Free file nodes in file system.