Skip to content

Commit 1d54056

Browse files
committed
fix: fixed a wrong model interface for lore search
1 parent 7493801 commit 1d54056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/lore-search-result.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { Pagination } from './pagination';
22

33
export interface LoreSearchResult {
4-
Data?: any;
54
Results: {
5+
Data?: any;
66
Context: string;
77
Source: string;
88
SourceID: number;

0 commit comments

Comments
 (0)