mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:53: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";
|
import type { ItemData } from "~/components/item/item";
|
||||||
|
|
||||||
export enum PlayerStatus {
|
export enum PlayerStatus {
|
||||||
SCRAPING = "scraping",
|
SCRAPING,
|
||||||
READY = "ready",
|
READY,
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface InterfaceSlice {
|
export interface InterfaceSlice {
|
||||||
|
Reference in New Issue
Block a user