TrainsAndRoads/interface/client-events/CreateLobbyEvent.ts

4 lines
56 B
TypeScript

export type CreateLobbyEvent = {
userName: string;
};