1 import type { CalendarModelEventManager } from '@proton/calendar';
2 import type { ProtonThunkArguments } from '@proton/redux-shared-store-types';
4 export interface CalendarThunkArguments extends ProtonThunkArguments {
5 calendarModelEventManager: CalendarModelEventManager;
8 export const extraThunkArguments = {} as CalendarThunkArguments;