workadventure/back/src/Model/PositionInterface.ts

5 lines
69 B
TypeScript

export interface PositionInterface {
x: number;
y: number;
}