ozntel_oz-calendar/src/types.ts
2023-03-10 09:06:36 +01:00

3 lines
65 B
TypeScript

export interface OZCalendarDaysMap {
[key: string]: string[];
}