Skip to content

Documentation / @super-line/core / ServerEntry

Type Alias: ServerEntry

ServerEntry = ServerMessageDef | ServerRequestDef

Defined in: packages/core/src/contract.ts:43

A serverToClient entry: a push event, a subscribable topic, or a server→client request.

Released under the MIT License.