interface ExecutionUnits {
    cpu: number;
    memory: number;
}

Properties

Properties

cpu: number
memory: number