old-agentic-v1^2
Travis Fischer 2023-06-02 00:25:02 -07:00
rodzic 74c3cea5d3
commit 1e45e102b9
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1,4 +1,6 @@
import ky from 'ky'
// TODO: will these types be transpiled correctly, or will we need `serpapi` defined?
// TODO: pretty sure this won't work, and we really don't want `serpapi` as a dep
import type { BaseResponse, GoogleParameters } from 'serpapi'
export type SerpAPIParams = Omit<GoogleParameters, 'q'>