API reference › @evolu/common › Type › NameError
Defined in: packages/common/src/Type.ts:5828
Error returned when a string is not a valid Name.
Extends
TypeError<"Name">
Properties
type
readonly type: "Name";
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:5829