diff --git a/src/services/serpapi.ts b/src/services/serpapi.ts index 1a2b5593..d28f0132 100644 --- a/src/services/serpapi.ts +++ b/src/services/serpapi.ts @@ -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