mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: regular enum
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user