mirror of
https://github.com/ozntel/oz-calendar.git
synced 2026-07-22 07:40:24 +00:00
3 lines
65 B
TypeScript
3 lines
65 B
TypeScript
export interface OZCalendarDaysMap {
|
|
[key: string]: string[];
|
|
}
|