File tree 6 files changed +12
-6
lines changed
6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ import type { HighlightResultOption } from './highlightResultOption';
5
5
export type HighlightResult =
6
6
| HighlightResultOption
7
7
| HighlightResultOption [ ]
8
- | Record < string , HighlightResultOption > ;
8
+ | Record < string , HighlightResultOption >
9
+ | { [ key : string ] : HighlightResult } ;
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ import type { SnippetResultOption } from './snippetResultOption';
5
5
export type SnippetResult =
6
6
| Record < string , SnippetResultOption >
7
7
| SnippetResultOption
8
- | SnippetResultOption [ ] ;
8
+ | SnippetResultOption [ ]
9
+ | { [ key : string ] : SnippetResult } ;
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ import type { HighlightResultOption } from './highlightResultOption';
5
5
export type HighlightResult =
6
6
| HighlightResultOption
7
7
| HighlightResultOption [ ]
8
- | Record < string , HighlightResultOption > ;
8
+ | Record < string , HighlightResultOption >
9
+ | { [ key : string ] : HighlightResult } ;
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ import type { SnippetResultOption } from './snippetResultOption';
5
5
export type SnippetResult =
6
6
| Record < string , SnippetResultOption >
7
7
| SnippetResultOption
8
- | SnippetResultOption [ ] ;
8
+ | SnippetResultOption [ ]
9
+ | { [ key : string ] : SnippetResult } ;
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ import type { HighlightResultOption } from './highlightResultOption';
5
5
export type HighlightResult =
6
6
| HighlightResultOption
7
7
| HighlightResultOption [ ]
8
- | Record < string , HighlightResultOption > ;
8
+ | Record < string , HighlightResultOption >
9
+ | { [ key : string ] : HighlightResult } ;
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ import type { SnippetResultOption } from './snippetResultOption';
5
5
export type SnippetResult =
6
6
| Record < string , SnippetResultOption >
7
7
| SnippetResultOption
8
- | SnippetResultOption [ ] ;
8
+ | SnippetResultOption [ ]
9
+ | { [ key : string ] : SnippetResult } ;
You can’t perform that action at this time.
0 commit comments