export type SocketNewLessonRequest = { method: 'StartLesson'; arguments: { lessonId: string; userIds?: string; message: unknown; }; };