workadventure/back/src/Model/Websocket/Identificable.ts
2020-05-23 15:04:25 +02:00

4 lines
55 B
TypeScript

export interface Identificable {
userId: string;
}