chore: create customer
This commit is contained in:
@@ -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 { IsEmail, IsMobilePhone, IsNotEmpty, IsNumberString, IsOptional, IsString, IsUrl, Length, MinLength } from "class-validator";
|
||||||
|
|
||||||
import { AuthMessage, FinancialMessage, UserMessage } from "../../../common/enums/message.enum";
|
import { AuthMessage, FinancialMessage, UserMessage } from "../../../common/enums/message.enum";
|
||||||
|
|||||||
Reference in New Issue
Block a user