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

Properties

Properties

x?: number
y?: number