Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.TemplateLiteralinterfaceeffect/SchemaRepresentation.ts:309
TemplateLiteral

A template literal type composed of a sequence of parts (literals, strings, numbers, etc.).

models
export interface TemplateLiteral {
  readonly _tag: "TemplateLiteral"
  readonly annotations?: Schema.Annotations.Annotations | undefined
  readonly parts: ReadonlyArray<Representation>
}
Referenced by 1 symbols