Run ❯
Get your
own
website
×
Change Orientation
type PointGenerator = () => { x: number; y: number; }; const point: ReturnType
= { x: 10, y: 20 };