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

Properties

x y

Properties

x: bigint
y: bigint