import {Event} from "react-big-calendar"; export interface TaskEvent extends Event { id?: any; state?:any; priority?:any; }