Files
SerpentRace/SerpentRace_Backend/src/Application/User/commands/RequestPasswordResetCommand.ts
T
2025-10-26 19:59:02 +01:00

5 lines
86 B
TypeScript

export interface RequestPasswordResetCommand {
language: string;
email: string;
}