Type alias Result

Result: "win" | "draw" | "loss"

The possible results of a duel for a participant.

Generated using TypeDoc