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

5 lines
120 B
TypeScript

export interface LoginCommand {
username: string;
password: string;
}
//# sourceMappingURL=LoginCommand.d.ts.map