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