Data Types
Data Types
Primitive Types
Special Types
Complex Types
Union and Intersection Type
Type alias and Interface
Literal Type
Function Type
Primitive Types
string
number
boolean
null
undefined
symbol
Special Types
any
unknown
void
never
Complex Types
array
tuple
object
enum
Union and Intersection Types
Union
Intersection
Type alias and Interface Types
type
interface
Literal Type (|) and Function Type
Last updated