AddItem type, fix ESL

This commit is contained in:
Rene Arumetsa
2025-07-06 18:52:25 +03:00
parent c1e305bc36
commit 63e05b5c8d

View File

@@ -1,4 +1,10 @@
export const scheduleData: Record<string, any[]> = {
type ScheduleItem = {
time?: string; // Aeg on ajutine praegu kuna pole 100% kindlalt paigas
title: string;
location: string;
};
export const scheduleData: Record<string, ScheduleItem[]> = {
"24. oktoober": [
{
title: "League of Legends põhiturniir",