diff --git a/index.d.ts b/index.d.ts index 5247181..ebf13b1 100644 --- a/index.d.ts +++ b/index.d.ts @@ -748,7 +748,7 @@ export interface RemoteActionCreatorOptions extends ActionCreatorOptions { /** * Whether to ignore any outstanding requests with the same URL and make the request again, anyway */ - force?: boolean, + forceFetch?: boolean, } export interface RemoteActionCreatorOptionsWithMetadata extends RemoteActionCreatorOptions {