From 87be623c973e85b5a3eeb9a4ad07e0df95a9ce5b Mon Sep 17 00:00:00 2001 From: Eddie Annor <36930632+Homeannor@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:23:44 +0100 Subject: [PATCH] Fixed types issue --- types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types.ts b/types.ts index 654c62c..33f4465 100644 --- a/types.ts +++ b/types.ts @@ -130,6 +130,7 @@ export enum Opponents { } export enum CommunityOpponents { + None = "None", Stik = "Stik", }