export type PersianCalendarEvent = {
    id?: number;
    title?: string;
    date: string;
    color?: string;
};
