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