API reference › @evolu/common › Type › DateIsoError
Defined in: packages/common/src/Type.ts:5026
Error returned when a string is not a canonical DateIso.
Extends
TypeError<"DateIso">
Properties
type
readonly type: "DateIso";
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:5027