Type Alias: BrowserAdapterContext
Type Alias: BrowserAdapterContext
type BrowserAdapterContext = AdapterContext<BrowserEvent, BrowserResponse, BrowserContext, IncomingBrowserEvent, IncomingBrowserEventOptions, OutgoingBrowserResponse>;
Represents the context for the Browser Adapter.
This interface extends AdapterContext
and includes additional properties specific to generic Browser events.