chore: regular enum

This commit is contained in:
Adrian Castro
2024-02-20 09:05:23 +01:00
parent b3db62263e
commit 0d0a66151b

View File

@@ -5,8 +5,8 @@ import type { MakeSlice } from "./types";
import type { ItemData } from "~/components/item/item";
export enum PlayerStatus {
SCRAPING = "scraping",
READY = "ready",
SCRAPING,
READY,
}
export interface InterfaceSlice {