UNPKG

json-crdt-server

Version:

JSON CRDT server and syncing local-first browser client

6 lines (5 loc) 199 B
import type { ConnectionContext } from '@jsonjoy.com/reactive-rpc/lib/server/context'; import type { Services } from './Services'; export type MyCtx = ConnectionContext<{ services: Services; }>;