Package: effect
Module: Schema
Iso representation used for Chunk schemas: an array of element values using
the element schema’s Iso type.
When to use
Use when annotating type-level helpers that work with the readonly-array ISO
shape of a Chunk schema.
See
Chunk for the schema interface and constructor that use this ISO representationSignature
type ChunkIso<Value> = ReadonlyArray<Value["Iso"]>
Since v4.0.0