diff --git a/src/react/types/types.ts b/src/react/types/types.ts index ab4444596f4..239f96fc133 100644 --- a/src/react/types/types.ts +++ b/src/react/types/types.ts @@ -380,7 +380,7 @@ export interface MutationResult { /** {@inheritDoc @apollo/client!MutationResultDocumentation#client:member} */ client: ApolloClient; /** {@inheritDoc @apollo/client!MutationResultDocumentation#reset:member} */ - reset(): void; + reset: () => void; } export declare type MutationFunction<