diff --git a/app/src/types/index.d.ts b/app/src/types/index.d.ts index 4a7f497f3..299869d4e 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -110,7 +110,6 @@ type TAVCol = | "updated" | "checkbox" | "lineNumber" -type THintSource = "search" | "av" | "hint"; type TAVFilterOperator = "=" | "!=" diff --git a/app/src/types/protyle.d.ts b/app/src/types/protyle.d.ts index caefab99d..2de0a36a1 100644 --- a/app/src/types/protyle.d.ts +++ b/app/src/types/protyle.d.ts @@ -10,6 +10,8 @@ interface ILuteNode { }; } +type THintSource = "search" | "av" | "hint"; + type TTurnIntoOne = "BlocksMergeSuperBlock" | "Blocks2ULs" | "Blocks2OLs" | "Blocks2TLs" | "Blocks2Blockquote" type TTurnIntoOneSub = "row" | "col"