labyrinth-frontend/src/model/Coordinates.ts

4 lines
69 B
TypeScript

export default interface Coordinates {
x: number,
y: number
}