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

Implemented by

Properties

x y

Properties

x: number
y: number