6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
|
export interface CalendarHeatmapValuesProp {
|
||
|
id: string;
|
||
|
date: Date;
|
||
|
event: string;
|
||
|
}
|