Extract Type Alias
Learn how to extract a type alias in your TypeScript code.
Did you know that you can extract a type alias in your TypeScript code using a familiar shortcut for the Extract variable refactoring: ⌥⌘V (macOS) / Ctrl+Alt+V (Windows/Linux).