workadventure/pusher/src/Model/PositionInterface.ts

5 lines
68 B
TypeScript

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