import { Event } from "../type/event"; export default interface IEventItem { Event: Event, }