Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/server / / ChannelsInput
Type Alias: ChannelsInput
ts
type ChannelsInput =
| {
daemon: ChannelsDaemon;
}
| {
gateway: ChannelGatewayLike;
};Defined in: packages/server/src/app-daemons.ts:43
Stable
Accepted forms for createServer({ channels }) - a pre-built daemon or the bare gateway (matched structurally; the server takes no dependency on @graphorin/channels).