Type Alias CellProcessResult

CellProcessResult: {
    element: string;
    unsupportedCommands: string[];
}