Files
scheduler-back/src/modules/account/dto/resetPassword/reset-password-response.dto.ts
geonhee-min 0f0717fc79
All checks were successful
Test CI / build (push) Successful in 1m21s
issue #41
- 비밀번호 초기화 로직 1차 구현(테스트 필요)
2025-12-02 12:35:45 +09:00

5 lines
125 B
TypeScript

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