Course contentsShow
TypeScript
Lesson 352 of 1,7968. Interfaces vs Type AliasesPro lesson

Aliasing Function Types

Type aliases can describe function signatures: type Handler = (req: Request) => Response for callback typing.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.