Skip to content

Commit 271d231

Browse files
authored
these are the new types coming out of our API, but I doubt we'd actually want to expose this? (#144)
1 parent 3162b51 commit 271d231

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/types.mts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,15 @@ export interface operations {
403403
/** @enum {string} */
404404
type: "match" | "tutorial";
405405
};
406+
seasons: (
407+
| "halloween"
408+
| "valentines"
409+
| "winter"
410+
| "eggHunt"
411+
| "hanamiEnding"
412+
| "hanami"
413+
| "spring"
414+
)[];
406415
difficulty: ((0 | 1) | 2) | 3;
407416
};
408417
};

0 commit comments

Comments
 (0)