We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7493801 commit 1d54056Copy full SHA for 1d54056
src/model/lore-search-result.ts
@@ -1,8 +1,8 @@
1
import { Pagination } from './pagination';
2
3
export interface LoreSearchResult {
4
- Data?: any;
5
Results: {
+ Data?: any;
6
Context: string;
7
Source: string;
8
SourceID: number;
0 commit comments