Type alias Coord

Coord: {
    x: number;
    y: number;
}

Координата x/y

Type declaration

  • x: number
  • y: number

Generated using TypeDoc