interface ServerTypeMemory {
    capacity: number;
    type: string;
}

Properties

Properties

capacity: number
type: string