11 lines
214 B
TypeScript
11 lines
214 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
export type Body_reset_password = {
|
|
token: string;
|
|
new_password: string;
|
|
};
|
|
|