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

属性

x y

属性

x: number
y: number