export interface IEvent {
    name: string;
    action: object;
}
