interface CellError {
    type: "CellError";
    value: CellErrorValue;
}

Properties

Properties

type: "CellError"