Type Alias GlobalEventHandler

GlobalEventHandler: (
    connection: DataStreamConnection,
    message: Record<any, any>,
) => void

Type declaration