forked from CSGOWTF/csgowtf
updated playersArr.ts to use correct type
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { defineStore } from "pinia";
|
||||
import type { Player } from "@/types";
|
||||
import type { MatchStats } from "@/types";
|
||||
|
||||
export type RootState = {
|
||||
playersArr: Player[];
|
||||
playersArr: MatchStats[] | undefined;
|
||||
};
|
||||
|
||||
export const usePlayersArrStore = defineStore({
|
||||
|
Reference in New Issue
Block a user