From 1e45e102b9b9d8c50b8af2779aecb97ae6190267 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 2 Jun 2023 00:25:02 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/src/services/serpapi.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/src/services/serpapi.ts b/legacy/src/services/serpapi.ts index 1a2b5593..d28f0132 100644 --- a/legacy/src/services/serpapi.ts +++ b/legacy/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