Interface OutActionSetCode

interface OutActionSetCode {
    newCode: Cell;
    type: "setCode";
}

Properties

Properties

newCode: Cell
type: "setCode"