re-uploading work
This commit is contained in:
18
web/src/api/models/ChangePasswordRequest.ts
Normal file
18
web/src/api/models/ChangePasswordRequest.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* Change password request
|
||||
*/
|
||||
export type ChangePasswordRequest = {
|
||||
/**
|
||||
* Current password
|
||||
*/
|
||||
current_password: string;
|
||||
/**
|
||||
* New password
|
||||
*/
|
||||
new_password: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user