help-typescript
How to type a key to indicate that it must point to a value of a specific type?
Open
Why does this ParseInt2 type have no errors?
Open
Is it possible to import JUST an enum from another project?
Open
Type narrowing inside named vs anonymous function
Resolved
Why can I "infer A" twice but pass in unrelated types for each?
Open
How do I declare mutually exclusive properties for function params?
Open
[API] Can I get the type aliases / interfaces that make up a type?
Open
Tooling
Type to get nested properties as string is `possibly infinite`, how can I write this code better?
Open
A library expects me to "merge" its type with my own declarations. Is this idiomatic?
Open
Route loading not working in TypeScript
Resolved
Node
Dynamic typing `|` problem
Open
Node
Can I remove any of these `as any` type assertions?
Resolved
:|
Resolved
What's the trick for making TS keyof work with unions?
Open
subpath exports for package in monorepo
Resolved
Node
Optional type parameters for interfaces?
Open
How to import custom type from component to .vue page (Vue 2)
Open
Vue
convert a string[] to string[] as const
Resolved
How to get type that is inside of angle brackets?
Open
[expressJs, repository pattern] Alternative to instantiate a class every invoking function
Open
Node
what's the meaning of `declare const WebhookDefinitions: WebhookDefinition[];`?
Open
Dynamic Type of param foo based on param bar but foo is a class
Resolved
Node
Maintaining `.d.ts` Files Alongside `.js` Files
Resolved
Node
deconstruct props type?
Open
Type narrowing not working on "complex" union types?
Resolved
Remove key from interface when ....
Resolved
Node
Create a union from object values in an array?
Resolved
Export class's interface, not class's runtime value
Open
Function props with 2 options. Union types maybe?
Resolved
Dynamic record field access
Open
Dynamic typing for generic object properties
Resolved
Ambient declaration file not throwing error
Open
Collect values of nested object as a union of strings
Open
Discord.js upgrade - confused with type checking
Open
Node
Merge definition files
Open
Cannot find namespace 'NodeJS' & Timeout' is not assignable to type 'number'
Resolved
How to infer property name from generic type passed
Open
Node
Any difference between user-defined type guards and `as` assertion?
Open
Is there a way to run typescript code as a command without globally installing it?
Resolved
Typescript fold functions for union type
Open
Mapped types issue
Resolved
Record Inference
Open
Hey. Can someone help me with this error?
Open
React
Tooling
Advice on preventing calling functions without the correct this context?
Resolved
Tooling
Hi i wanted to host my discord bot on vps and i got this error
Resolved
Exclude declaration merging
Open
A solution to `Index signature for type 'string' is missing in type`
Resolved
React Native passing variable to style type issue
Open
How do I create generic methods in an object in TypeScript?
Resolved
Generic Type for a reusable component; is any an acceptable usage here?
Resolved