Package: effect
Module: Schema
Constraint for tuple-like schemas that can be used as the fixed leading
portion of a TupleWithRest schema.
Signature
type TupleType = Constraint & {
readonly Type: ReadonlyArray<unknown>
readonly Encoded: ReadonlyArray<unknown>
readonly ast: SchemaAST.Arrays
readonly "~type.make": ReadonlyArray<unknown>
readonly "Iso": ReadonlyArray<unknown>
}
Since v3.10.0