import { IEvents } from '@src/model/Calendar' export interface IBookingState { bookinglist: IEvents[] }