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