Skip to content

Documentation / @super-line/core / AnyData

Type Alias: AnyData<C>

AnyData<C> = DataOf<C, RoleOf<C>>

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

Union of every role's conn.data shape (used where the role isn't narrowed, e.g. shared handlers).

Type Parameters

C

C extends Contract

Released under the MIT License.