Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Jan 8, 2025
1 parent f6d89d3 commit 24b8cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export type GetConnectionUpdate<Data, Variables> = (config: {
}) => Option<ConnectionUpdate<unknown>>;

export type RequestOverrides = Partial<
Pick<RequestConfig, "url" | "headers" | "withCredentials">
Pick<RequestConfig, "url" | "headers" | "credentials">
>;

type RequestOptions<Data, Variables> = {
Expand Down

0 comments on commit 24b8cdc

Please sign in to comment.