This commit is contained in:
2026-02-18 22:00:00 +03:30
parent 417461a016
commit 84270ccb46
19 changed files with 387 additions and 2 deletions
@@ -0,0 +1,4 @@
import { PartialType } from '@nestjs/swagger';
import { CreateRequestDto } from './create-request.dto';
export class UpdateRequestDto extends PartialType(CreateRequestDto) {}