coupon bug

This commit is contained in:
2025-12-07 09:08:33 +03:30
parent f2ae0fe020
commit bc159a983b
10 changed files with 37 additions and 23 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { IsOptional, IsString, IsBoolean, IsNumber, IsEnum } from 'class-validator';
import { ApiPropertyOptional } from '@nestjs/swagger';
import { Type } from 'class-transformer';
import { CouponType } from '../entities/coupon.entity';
import { CouponType } from '../interface/coupon';
export class FindCouponsDto {
@IsOptional()