Type alias SimMemoryInformation

SimMemoryInformation: {
    total: number;
    used: number;
}

Type declaration

  • total: number
  • used: number

Generated using TypeDoc