update admin

This commit is contained in:
2025-11-23 12:22:17 +03:30
parent f98920001f
commit 7dd1b61cac
3 changed files with 79 additions and 3 deletions
@@ -0,0 +1,4 @@
import { PartialType } from '@nestjs/swagger';
import { CreateAdminDto } from './create-admin.dto';
export class UpdateAdminDto extends PartialType(CreateAdminDto) {}