horse-link / horse.link

Official website for https://alpha.horse.link
https://alpha.horse.link
2 stars 0 forks source link

Change bet result to an enum #574

Open bitcoinbrisbane opened 9 months ago

bitcoinbrisbane commented 9 months ago

image

export type BetResult = "WIN" | "LOSE" | "PENDING";