Graphorin API reference v0.8.0
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
B1.6: accepted forms for createServer({ channels }) - a pre-built daemon or the bare gateway (matched structurally; the server takes no dependency on @graphorin/channels).