mirror of
https://github.com/bitwarden/jslib
synced 2025-12-30 15:13:22 +00:00
4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
export class DeleteRecoverRequest {
|
|
email: string;
|
|
}
|