Files
SerpentRace/SerpentRace_Backend/dist/Application/User/commands/ResetPasswordCommand.d.ts
T

5 lines
136 B
TypeScript

export interface ResetPasswordCommand {
token: string;
newPassword: string;
}
//# sourceMappingURL=ResetPasswordCommand.d.ts.map