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;