Skip to content

Documentation / @super-line/core / AnyEnv

Type Alias: AnyEnv<C>

AnyEnv<C> = { [R in RoleOf<C>]: EnvOf<C, R> }[RoleOf<C>]

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

Union of every role's conn.env shape (used where the role isn't narrowed).

Type Parameters

C

C extends Contract

Released under the MIT License.