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