mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 09:47:46 +03:00
2.0.0
Я пока перечислю - умру. Надо научиться писать changelog постепенно.
This commit is contained in:
10
src/schedule/dto/clear-schedule-replacer.dto.ts
Normal file
10
src/schedule/dto/clear-schedule-replacer.dto.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IsNumber } from "class-validator";
|
||||
|
||||
export class ClearScheduleReplacerDto {
|
||||
/**
|
||||
* Количество удалённых заменителей расписания
|
||||
* @example 1
|
||||
*/
|
||||
@IsNumber()
|
||||
count: number;
|
||||
}
|
||||
Reference in New Issue
Block a user