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

3 lines
55 B
TypeScript

export interface Identificable {
userId: number;
}