Skip to content

Documentation / @super-line/core / Requests

Type Alias: Requests<C, R>

Requests<C, R> = CtsOf<C["shared"]> & CtsOf<C["roles"][R]>

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

A role's effective request map: sharedroles[R] client→server requests.

Type Parameters

C

C extends Contract

R

R extends RoleOf<C>

Released under the MIT License.