Interface Point

interface Point {
    x: number;
    y: number;
}

Properties

x y

Properties

x: number
y: number