fix(packages/client): 🐛 Fix client types, and add missing banner schema for Instance

This commit is contained in:
Jesse Wierzbinski 2025-05-26 11:04:09 +02:00
parent 77cd27a458
commit 6d85dbdfcb
No known key found for this signature in database
3 changed files with 20 additions and 3 deletions

View file

@ -61,8 +61,6 @@ export const generateClient = async (
token?.data.accessToken,
);
// @ts-expect-error This doesn't include fetch.preconnect, which is a custom property
// added by Bun
// biome-ignore lint/complexity/useLiteralKeys: Overriding private properties
client["fetch"] = (
input: RequestInfo | string | URL | Request,