export type SocketLessonResponse = { method: 'JoinedLesson'; arguments: { lessonId: string; }; };