diff --git a/packages/fetch-mock/types/index.d.ts b/packages/fetch-mock/types/index.d.ts index c93ce6d6..ad5057df 100644 --- a/packages/fetch-mock/types/index.d.ts +++ b/packages/fetch-mock/types/index.d.ts @@ -655,7 +655,7 @@ declare namespace fetchMock { lastOptions( filter?: InspectionFilter, options?: InspectionOptions, - ): MockOptions | undefined; + ): RequestInit | undefined; /** * Returns the options for the call to fetch matching the given filter.