You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional Information
It works fine if we make it ({ results }: any). The generic parameter of group function doesn't work because the functions return cancel symbol too.
The text was updated successfully, but these errors were encountered:
Environment
@clack/prompts
Describe the bug
options
here is inferred as:To Reproduce
https://stackblitz.com/edit/node-1z7qkqdt?file=index.ts
Expected behavior
Return correct types:
Additional Information
It works fine if we make it
({ results }: any)
. The generic parameter ofgroup
function doesn't work because the functions return cancel symbol too.The text was updated successfully, but these errors were encountered: