Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DiskSpaceResult

Result of 'getDiskSpace()' function.

Hierarchy

  • DiskSpaceResult

Index

Properties

Properties

free

free: number

The free space, in bytes.

total

total: number

The total space, in bytes.

used

used: number

The used space, in bytes.

Generated using TypeDoc