Forgot to commit types.d.ts

This commit is contained in:
thepaperpilot 2023-02-25 15:06:27 -06:00
parent aee3d2c2d7
commit 1d2b84cb51

4
src/data/types.d.ts vendored
View file

@ -6,7 +6,9 @@ type AbilityTypes =
| "LevelUp"
| "LivestreamEnded"
| "StreamStarted"
| "StartTurn";
| "StartTurn"
| "Hurt"
| "Faint";
interface CharacterInfo {
nickname: string;