You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you clicked "Create New Issue", the issue form was pre-populated with a “critical issue” template. Unfortunately, we don’t have the bandwidth to triage questions and other issues that don’t track broken website functionality. For questions and discussion, we suggest joining the TypeScript community Discord. We are also accepting well-scoped pull requests to improve the documentation; see #2804 for more details. Thank you for understanding!
Hi I was looking for a type for an "any" object literal.
I saw the type
object
in depreciated basic types page., but no mention of it in replacement "Everyday Types" page.Is the
object
type out of favor? I've also tried{ [x: string]: unknown }
.The text was updated successfully, but these errors were encountered: