API reference › @evolu/common › Type › TemplateLiteralError
Defined in: packages/common/src/Type.ts:4484
Error returned when a string does not match a template literal declaration.
Extends
TypeError<"TemplateLiteral">
Properties
type
readonly type: "TemplateLiteral";
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:4485