Type Alias Event

Event: {
    data?: any;
    event: string;
    id: string;
}

base event