interface EventDataMap {
    data?: unknown;
    event: string;
}

Properties

Properties

data?: unknown
event: string