Extract Type Alias

Learn how to extract a type alias in your TypeScript code.

Tip Screenshot

Did you know that you can extract a type alias in your TypeScript code using a familiar shortcut for the Extract variable refactoring: Cmd+Alt+V on macOS and Ctrl+Alt+V on Windows and Linux.