Skip to content

Commit da57474

Browse files
committed
Rerun api report
1 parent 6cb3775 commit da57474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.api-reports/api-report-link_retry.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export namespace RetryLink {
1515
// (undocumented)
1616
export interface AttemptsOptions {
1717
max?: number;
18-
retryIf?: (error: any, operation: ApolloLink.Operation) => boolean | Promise<boolean>;
18+
retryIf?: (error: ErrorLike, operation: ApolloLink.Operation) => boolean | Promise<boolean>;
1919
}
2020
// (undocumented)
2121
export type DelayFunction = (count: number, operation: ApolloLink.Operation, error: ErrorLike) => number;

0 commit comments

Comments
 (0)