Files
partey_workadventure/back/src/Model/Websocket/UserInGroupInterface.ts
T

6 lines
103 B
TypeScript

export interface UserInGroupInterface {
userId: number,
name: string,
initiator: boolean
}