This commit is contained in:
Vanessa 2025-11-27 11:57:45 +08:00
parent d81d517997
commit 304016589d
2 changed files with 2 additions and 1 deletions

View file

@ -110,7 +110,6 @@ type TAVCol =
| "updated"
| "checkbox"
| "lineNumber"
type THintSource = "search" | "av" | "hint";
type TAVFilterOperator =
"="
| "!="

View file

@ -10,6 +10,8 @@ interface ILuteNode {
};
}
type THintSource = "search" | "av" | "hint";
type TTurnIntoOne = "BlocksMergeSuperBlock" | "Blocks2ULs" | "Blocks2OLs" | "Blocks2TLs" | "Blocks2Blockquote"
type TTurnIntoOneSub = "row" | "col"