Use export type.

pull/2/head
Rene Arumetsa 6 months ago
parent 63e05b5c8d
commit 506a4c3ad5
  1. 3
      src/data/timetable.ts

@ -1,7 +1,8 @@
type ScheduleItem = { export type ScheduleItem = {
time?: string; // Aeg on ajutine praegu kuna pole 100% kindlalt paigas time?: string; // Aeg on ajutine praegu kuna pole 100% kindlalt paigas
title: string; title: string;
location: string; location: string;
description?: string;
}; };
export const scheduleData: Record<string, ScheduleItem[]> = { export const scheduleData: Record<string, ScheduleItem[]> = {

Loading…
Cancel
Save