effect-io-ai

Package: effect
Module: Schema

Schema.ChunkIso

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

Signature

type ChunkIso<Value> = ReadonlyArray<Value["Iso"]>

Source

Since v4.0.0