Discriminated union of all broker option arms.
The memory arm's broker is optional so that {} and undefined satisfy
the union, keeping the factory's own = {} default and every bare call
(MessagingPlugin(), MessagingPlugin({})) valid.
Discriminated union of all broker option arms.
The memory arm's broker is optional so that {} and undefined satisfy
the union, keeping the factory's own = {} default and every bare call
(MessagingPlugin(), MessagingPlugin({})) valid.
import { type MessagingPluginOptions } from "messaging-plugin/src/index.ts";