partey_workadventure/front/src/Connexion/World.ts
2022-01-26 12:44:08 +01:00

5 lines
69 B
TypeScript

export interface World {
roomId: string;
player: string[];
}