Hyperlinkv0.8.0-beta.28

ExecutionPlan

ExecutionPlan.TypeIdtypeeffect/ExecutionPlan.ts:30
"~effect/ExecutionPlan"

String literal type used as the runtime type identifier for ExecutionPlan values.

type IDs
export type TypeId = "~effect/ExecutionPlan"

/**
 * Runtime type identifier attached to `ExecutionPlan` values and used by
 * `isExecutionPlan`.
 *
 * @category type IDs
 * @since 3.16.0
 */
export const TypeId: TypeId = "~effect/ExecutionPlan"
Referenced by 2 symbols