Closed baileys-li closed 2 months ago
If you copy the code from the first example, a TypeScript conlflict will occur.
That's why it's better to remove argument typing, because SomeKeys are not available outside the package, and the Fetcher type is already mapped in the function
SomeKeys
@baileys-li Thanks!
If you copy the code from the first example, a TypeScript conlflict will occur.
That's why it's better to remove argument typing, because
SomeKeys
are not available outside the package, and the Fetcher type is already mapped in the function