We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df13b6 commit ca74f29Copy full SHA for ca74f29
apps/sim/tools/parallel/types.ts
@@ -12,8 +12,8 @@ export interface ParallelSearchParams {
12
}
13
14
export interface ParallelSearchResult {
15
- url: string
16
- title: string
+ url: string | null
+ title: string | null
17
publish_date?: string | null
18
excerpts: string[]
19
@@ -34,7 +34,7 @@ export interface ParallelExtractParams {
34
35
36
export interface ParallelExtractResult {
37
38
title?: string | null
39
40
excerpts?: string[]
0 commit comments