Skip to content

Commit

Permalink
Update api report
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Feb 15, 2024
1 parent 421c6e4 commit 02a86e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .api-reports/api-report-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ export interface MockedResponse<TData = Record<string, any>, TVariables = Record
// (undocumented)
maxUsageCount?: number;
// (undocumented)
newData?: ResultFunction<FetchResult>;
newData?: ResultFunction<FetchResult<TData>, TVariables>;
// (undocumented)
request: GraphQLRequest<TVariables>;
// (undocumented)
Expand Down
2 changes: 1 addition & 1 deletion .api-reports/api-report-testing_core.md
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ export interface MockedResponse<TData = Record<string, any>, TVariables = Record
// (undocumented)
maxUsageCount?: number;
// (undocumented)
newData?: ResultFunction<FetchResult>;
newData?: ResultFunction<FetchResult<TData>, TVariables>;
// (undocumented)
request: GraphQLRequest<TVariables>;
// (undocumented)
Expand Down

0 comments on commit 02a86e6

Please sign in to comment.