&
type Point = { x: number; y: number; }; type Point3D = Point & { z: number }; const p: Point3D = { x: 1, y: 2, z: 3 };
A/B/C/D oder 1/2/3/4 — Antworten · ←/→ — Navigation