mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-05 05:04:26 +00:00
* Types options.retries with correct type `proper-lockfile` is calling `retry.operation()` underneath so the correct type to use for `LockOptions.retries` is `retry.OperationOptions` and not the more restricted `retry.TimeoutsOptions`. * Adds regression test for #37313