Skip to content

Commit

Permalink
fix(query): Add export to _CreateBaseQueryOptions type (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthie authored Feb 6, 2024
1 parent fd598a3 commit b699664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query/src/lib/base-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface Options {
injector?: Injector;
}

interface _CreateBaseQueryOptions<
export interface _CreateBaseQueryOptions<
TQueryFnData = unknown,
TError = DefaultError,
TData = TQueryFnData,
Expand Down

0 comments on commit b699664

Please sign in to comment.