5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
export interface ResetPasswordCommand {
|
|
token: string;
|
|
newPassword: string;
|
|
}
|
|
//# sourceMappingURL=ResetPasswordCommand.d.ts.map
|