Skip to content

Commit

Permalink
Fix types error
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Sep 4, 2023
1 parent 0f9707b commit 561ac2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/remote_operation/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export interface RemoteOperation<
Data,
Error,
Meta,
ExtraLowLevelAPI = Record<string, never>
// eslint-disable-next-line @typescript-eslint/ban-types
ExtraLowLevelAPI = {}
> {
/**
* Reactive current request status
Expand Down

0 comments on commit 561ac2b

Please sign in to comment.