chore: create customer

This commit is contained in:
Matin
2025-02-18 12:45:12 +03:30
parent ef928da5e2
commit ce3e97003b
+1 -1
View File
@@ -1,4 +1,4 @@
import { ApiProperty, ApiPropertyOptional, PartialType } from "@nestjs/swagger";
import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
import { IsEmail, IsMobilePhone, IsNotEmpty, IsNumberString, IsOptional, IsString, IsUrl, Length, MinLength } from "class-validator";
import { AuthMessage, FinancialMessage, UserMessage } from "../../../common/enums/message.enum";