mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-07 22:24:27 +00:00
The signature of callbackOrButtons allows either: 1. function that returns void 2. array of AlertButton Instead the current signature does: 1. function that returns void or an array of AlertButton This fixes the signature to be correct.