mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-29 00:51:29 +08:00
The API is defined in terms of strings. TypeScript enums' values are numbers and are not correct for this API. Drop the enums and use the new string union type instead, as it was designed for just this use case.