feat: add context specific search and actions (#1570)
This commit is contained in:
@@ -4,7 +4,7 @@ import type { SearchGroup } from "./group";
|
||||
|
||||
export type SearchMode = {
|
||||
modeKey: keyof TranslationObject["search"]["mode"];
|
||||
character: string;
|
||||
character: string | undefined;
|
||||
} & (
|
||||
| {
|
||||
groups: SearchGroup[];
|
||||
|
||||
Reference in New Issue
Block a user