add codefix for extracting an interface from an object literal #13082
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Suggestion
An idea for TypeScript
given an anonimous object literal, allow extracting interface by looking at the effective types of the values of the properties
The text was updated successfully, but these errors were encountered: