Package: effect
Module: Schema
Computes the encoded string literal type produced by concatenating the encoded forms of all template literal parts.
Signature
type Encoded<Parts> = Parts extends readonly [...infer Init, infer Last] ? AppendType<Encoded<Init>, Last>
: ``
Since v3.10.0