Type Alias ResendVerificationBodyDto

ResendVerificationBodyDto: {
    email: string;
}