targo-backend/src/~misc_deprecated-files/get-shift-overview.dto.ts
2025-10-27 11:47:38 -04:00

10 lines
242 B
TypeScript

// import { Type } from "class-transformer";
// import { IsInt, Min, Max } from "class-validator";
// export class GetShiftsOverviewDto {
// @Type(()=> Number)
// @IsInt()
// @Min(1)
// @Max(26)
// period_id: number;
// }