API reference › @evolu/common › Type › UncapitalizedError
Defined in: packages/common/src/Type.ts:6194
Error returned when uncapitalized rejects a string.
Extends
TypeError<"Uncapitalized">
Properties
type
readonly type: "Uncapitalized";
Defined in: packages/common/src/Type.ts:893
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:6195