diaREact/resources/js/components/calendar/CalendarHeatmapValuesProp.ts

6 lines
98 B
TypeScript
Raw Normal View History

2022-03-21 16:53:22 +01:00
export interface CalendarHeatmapValuesProp {
id: string;
date: Date;
event: string;
}