Skip to content

Documentation / @super-line/core / CtsOf

Type Alias: CtsOf<D>

CtsOf<D> = D extends object ? M : object

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

The clientToServer request map of a Directional/surface ({} if none). Public so plugins can key handlers off a paired surface's requests.

Type Parameters

D

D

Released under the MIT License.