diff --git a/packages/relay-runtime/store/RelayStoreTypes.js b/packages/relay-runtime/store/RelayStoreTypes.js index 56ca0aef7925a..413118ea6ed52 100644 --- a/packages/relay-runtime/store/RelayStoreTypes.js +++ b/packages/relay-runtime/store/RelayStoreTypes.js @@ -974,7 +974,7 @@ export type StoreUpdater = (store: RecordSourceProxy) => void; * order to easily access the root fields of a query/mutation as well as a * second argument of the response object of the mutation. */ -export type SelectorStoreUpdater<-TMutationResponse = any> = ( +export type SelectorStoreUpdater<-TMutationResponse> = ( store: RecordSourceSelectorProxy, // Actually SelectorData, but mixed is inconvenient to access deeply in // product code.