You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,7 +44,6 @@ type EndpointDefinitionWithQuery<
44
44
QueryArg,
45
45
BaseQueryextendsBaseQueryFn,
46
46
ResultType,
47
-
PageParam=never,
48
47
>={
49
48
/**
50
49
* `query` can be a function that returns either a `string` or an `object` which is passed to your `baseQuery`. If you are using [fetchBaseQuery](./fetchBaseQuery), this can return either a `string` or an `object` of properties in `FetchArgs`. If you use your own custom [`baseQuery`](../../rtk-query/usage/customizing-queries), you can customize this behavior to your liking.
0 commit comments