TypeName: {
allOf: "allOf";
any: "Any";
anyOf: "anyOf";
array: "Array";
bigInt: "BigInt";
boolean: "Boolean";
date: "Date";
integer: "Integer";
literal: "Literal";
never: "Never";
null: "Null";
number: "Number";
object: "Object";
optional: "Optional";
record: "Record";
string: "String";
symbol: "Symbol";
tuple: "Tuple";
undefined: "Undefined";
unknown: "Unknown";
void: "Void";
}
Type declaration
Readonly
allOf: "allOf"
Readonly
any: "Any"
Readonly
anyOf: "anyOf"
Readonly
array: "Array"
Readonly
bigInt: "BigInt"
Readonly
boolean: "Boolean"
Readonly
date: "Date"
Readonly
integer: "Integer"
Readonly
literal: "Literal"
Readonly
never: "Never"
Readonly
null: "Null"
Readonly
number: "Number"
Readonly
object: "Object"
Readonly
optional: "Optional"
Readonly
record: "Record"
Readonly
string: "String"
Readonly
symbol: "Symbol"
Readonly
tuple: "Tuple"
Readonly
undefined: "Undefined"
Readonly
unknown: "Unknown"
Readonly
void: "Void"