@types/react-relay
Advanced tools
Comparing version 16.0.3 to 16.0.4
{ | ||
"name": "@types/react-relay", | ||
"version": "16.0.3", | ||
"version": "16.0.4", | ||
"description": "TypeScript definitions for react-relay", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-relay", | ||
}, | ||
"typesPublisherContentHash": "c9bbbb85eacb6db70108159cb95e5d48f654a7e0b888feb7dbc93d361efd14ad", | ||
"typesPublisherContentHash": "16c9c569391fd5796b73a671d4e254ed9b25634d631ae2467fcbf2bd8b93b49e", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/relay-runtime](https://npmjs.com/package/@types/relay-runtime) | ||
@@ -14,0 +14,0 @@ |
@@ -21,4 +21,7 @@ import { | ||
configs?: DeclarativeMutationConfig[] | undefined; | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
onError?: ((error: Error) => void | null) | undefined; | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
onCompleted?: ((response: TMutation["response"], errors: PayloadError[] | null) => void | null) | undefined; | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
onUnsubscribe?: (() => void | null) | undefined; | ||
@@ -25,0 +28,0 @@ } |
43177
941