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

5 lines
122 B
TypeScript

export interface DeleteUserCommand {
id: string;
soft?: boolean;
}
//# sourceMappingURL=DeleteUserCommand.d.ts.map