T = string
type Box<T = string> = { value: T }; const a: Box = { value: "hello" }; const b: Box<number> = { value: 42 };
unknown
A/B/C/D oder 1/2/3/4 - Antworten · ←/→ - Navigation