Added first app template
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { AuthUserDTO } from "./auth-user.dto";
|
||||
|
||||
export interface ResetPasswordDTO {
|
||||
id: string;
|
||||
password: string;
|
||||
}
|
Reference in New Issue
Block a user