Skip to content

Documentation / @super-line/core / SharedServerRequests

Type Alias: SharedServerRequests<C>

SharedServerRequests<C> = ServerReqOf<StcOf<C["shared"]>>

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

Server→client requests in the shared block (the surface srv.toConn(id).request can call).

Type Parameters

C

C extends Contract

Released under the MIT License.