interface StatsFsBase Usage in Deno```typescript import { type StatsFsBase } from "node:node__fs.d.ts"; ``` 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.