workadventure/back/src/Model/Websocket/Identificable.ts

4 lines
55 B
TypeScript

export interface Identificable {
userId: number;
}