ozntel_oz-calendar/src/types.ts

4 lines
65 B
TypeScript
Raw Normal View History

2023-03-10 08:06:36 +00:00
export interface OZCalendarDaysMap {
[key: string]: string[];
}