From 6b3b9be356ca315c52d4529a51c37b511b85f926 Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 14 Feb 2026 00:04:11 +0000 Subject: [PATCH] no need for this --- types.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/types.d.ts b/types.d.ts index 723ed75..9fe4359 100644 --- a/types.d.ts +++ b/types.d.ts @@ -22,9 +22,4 @@ interface APISuccess { payload: T; } -interface APIQueryParams { - query: string; - lucky?: string; -} - type APIResult = APIError | APISuccess;