unassignedBranded marker interface representing an unassigned type parameter.
When to use
Use when Effect's type-level machinery needs to represent a type parameter that has not been assigned yet.
Details
Used internally by the Effect type system to indicate that a type parameter has not been assigned a concrete type.
typesunhandled
Source effect/Types.ts:8343 lines
export interface unassigned {
readonly unassigned._: unassigned["_"]_: unique symbol
}Referenced by 19 symbols
Channel.catchFilterChannel.catchIfChannel.catchReasonChannel.catchReasonsChannel.catchTagContext.ServiceEffect.catchFilterEffect.catchIfEffect.catchReasonEffect.catchReasonsEffect.catchTagEffect.catchTagsEffect.fnStream.catchFilterStream.catchIfStream.catchReasonStream.catchReasonsStream.catchTagStream.catchTags