import { EventLogQuery, FilterEvents } from "./models"; export interface EventLogRepository{ getAll(filter:FilterEvents):Promise<EventLogQuery> }