mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-20 16:39:07 -05:00
fix state type
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import type { ChartType } from "@/Features/UI/uiSlice";
|
||||
import type { User } from "./User";
|
||||
|
||||
export interface AuthState {
|
||||
@@ -37,7 +38,7 @@ export interface UIState {
|
||||
distributedUptimeEnabled: boolean;
|
||||
language: string;
|
||||
starPromptOpen: boolean;
|
||||
chartType: string;
|
||||
chartType: ChartType;
|
||||
}
|
||||
|
||||
export interface RootState {
|
||||
|
||||
Reference in New Issue
Block a user