export interface Input {
    input: number;
    event: string;
    eventCounter: number;
}
