4 lines
No EOL
69 B
TypeScript
4 lines
No EOL
69 B
TypeScript
export default interface Coordinates {
|
|
x: number,
|
|
y: number
|
|
} |