chore: upgrade biome warn rules to error, deduplicate UserRole

This commit is contained in:
zetaloop
2026-02-20 17:45:53 +08:00
parent 8c690f97a4
commit 87de02b316
2 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import { create } from "zustand"
export type UserRole = "consumer" | "player" | "owner"
import type { UserRole } from "@/lib/types"
interface AuthState {
isAuthenticated: boolean