Package: effect
Module: Schema
Type-level representation returned by ArrayEnsure.
Signature
export interface ArrayEnsure<S extends Constraint> extends decodeTo<$Array<toType<S>>, Union<readonly [S, $Array<S>]>> {
readonly "Rebuild": ArrayEnsure<S>
}
Since v3.10.0