mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 21:34:21 +00:00
AddItem type, fix ESL
This commit is contained in:
@@ -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": [
|
"24. oktoober": [
|
||||||
{
|
{
|
||||||
title: "League of Legends põhiturniir",
|
title: "League of Legends põhiturniir",
|
||||||
|
|||||||
Reference in New Issue
Block a user