interface PersistentMemory {
    capacity: number;
    frequency: number;
    type: string;
}

Properties

capacity: number

Capacity of the memory in bytes.

frequency: number

Frequency of the memory in MHz.

type: string

Type of the memory.