Delen via


UserEventRequest type

Aanvraag voor de gebruikers gebeurtenis.

type UserEventRequest =
  | { context: ConnectionContext; data: string; dataType: "text" }
  | { context: ConnectionContext; data: unknown; dataType: "json" }
  | { context: ConnectionContext; data: ArrayBuffer; dataType: "binary" }