import { BaseResponseDto } from "../base-response.dto"; export class SendEmailVerificationCodeResponseDto extends BaseResponseDto{ }