← Code LabTypeScript0/50 solved · 0%
Utility Types · medium

27. ReturnType Utility

Extract return type of a function.

Use `ReturnType` to get the return type of `create()`.
Required in your answer: ReturnType<typeof create>