Type Alias PasswordResetConfirmBodyDto

PasswordResetConfirmBodyDto: {
    code: string;
    email: string;
    newPassword: string;
}