mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 17:57:45 +03:00
Добавлено получение расписания по имени преподавателя.
This commit is contained in:
@@ -10,7 +10,7 @@ import { V2LessonDto } from "./v2-lesson.dto";
|
||||
export class V2DayDto {
|
||||
/**
|
||||
* День недели
|
||||
* @example Понедельник
|
||||
* @example "Понедельник"
|
||||
*/
|
||||
@IsString()
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user