From 24b8cdcd953dac9885135fa1597378e3804e14b4 Mon Sep 17 00:00:00 2001 From: bloodyowl Date: Wed, 8 Jan 2025 11:07:19 +0100 Subject: [PATCH] Fix type --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index ab96ec9..714b26a 100644 --- a/src/client.ts +++ b/src/client.ts @@ -113,7 +113,7 @@ export type GetConnectionUpdate = (config: { }) => Option>; export type RequestOverrides = Partial< - Pick + Pick >; type RequestOptions = {