Loading mobile/src/auth/domain/entities/reset_password_entity.ts 0 → 100644 +5 −0 Original line number Diff line number Diff line export interface ResetPasswordInfoEntity { email: string; newPassword: string; code: string; } No newline at end of file Loading
mobile/src/auth/domain/entities/reset_password_entity.ts 0 → 100644 +5 −0 Original line number Diff line number Diff line export interface ResetPasswordInfoEntity { email: string; newPassword: string; code: string; } No newline at end of file