import type BaseCollection from "./baseCollection";

export default interface Event extends BaseCollection {}