4 lines
125 B
TypeScript
4 lines
125 B
TypeScript
export interface RequestPasswordResetCommand {
|
|
email: string;
|
|
}
|
|
//# sourceMappingURL=RequestPasswordResetCommand.d.ts.map
|