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

Hierarchy

Properties

x y

Properties

x: number
y: number