Skip to content

Commit

Permalink
fix: add missing generic for myawaited (type-challenges#13408)
Browse files Browse the repository at this point in the history
Co-authored-by: caohang <[email protected]>
  • Loading branch information
xiao11lang and caohang authored Jul 22, 2022
1 parent a76628b commit f7e6774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion questions/00189-easy-awaited/template.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
type MyAwaited = any
type MyAwaited<T> = any

0 comments on commit f7e6774

Please sign in to comment.