We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19ba514 + 9df55d5 commit f994de3Copy full SHA for f994de3
tagger.d.ts
@@ -15,7 +15,7 @@ declare namespace Tagger {
15
type completion_function = () => TypeOrPromise<string[]>;
16
type completion_list = string[] | completion_function;
17
interface completion {
18
- list: completion;
+ list: completion_list;
19
delay: number;
20
min_length: number;
21
}
0 commit comments