Spaces:
Sleeping
Sleeping
import { IsEmail, IsMobilePhone, IsOptional, IsString } from "class-validator"; | |
import { Role } from "../../../common/enums/role.enum.js"; | |
export class UpdateUsersDto { | |
() | |
id: string; | |
() | |
avatar: string; | |
() | |
() | |
full_name?: string; | |
'vi-VN') | (|
() | |
phone_number: string | |
() | |
() | |
address: string; | |
() | |
() | |
email?: string; | |
() | |
role: Role; | |
() | |
() | |
hash_password?: string; | |
() | |
is_valid: boolean; | |
} | |