mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 23:17:33 +08:00
4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
export interface ForgetPasswordRequest {
|
|
readonly email: string;
|
|
}
|