Added new method setRelevantDates

This commit is contained in:
Alexander Cerutti
2025-01-09 00:17:19 +01:00
parent c5160c0fc9
commit 6462a852fc
4 changed files with 184 additions and 33 deletions

View File

@@ -43,6 +43,10 @@ export const FIELDS = {
"Cannot add field with key '%s': another field already owns this key. Ignored.",
} as const;
export const RELEVANT_DATE = {
INVALID: "Cannot set relevant date. Date format is invalid",
} as const;
export const DATE = {
INVALID: "Cannot set %s. Invalid date %s",
} as const;