Package: effect
Module: Schema
Type-level representation returned by TemplateLiteralParser.
Signature
export interface TemplateLiteralParser<Parts extends TemplateLiteral.Parts> extends
BottomLazy<
SchemaAST.Arrays,
TemplateLiteralParser<Parts>
>
{
readonly "Type": TemplateLiteralParser.Type<Parts>
readonly "Encoded": TemplateLiteral.Encoded<Parts>
readonly "DecodingServices": never
readonly "EncodingServices": never
readonly "~type.make.in": TemplateLiteralParser.Type<Parts>
readonly "~type.make": TemplateLiteralParser.Type<Parts>
readonly "Iso": TemplateLiteralParser.Type<Parts>
readonly parts: Parts
}
Since v3.10.0