Skip to content

Type Alias: SearchResult

ts
type SearchResult = z.infer<typeof SearchResultSchema>;

Defined in: models/searchResult.ts:16