Point

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

Properties

Properties

x?: number

Point

y?: number

Point