diff --git a/common/src/mayan.ts b/common/src/mayan.ts index d83dd4d..d4d19bd 100644 --- a/common/src/mayan.ts +++ b/common/src/mayan.ts @@ -108,8 +108,10 @@ export function jdnHaab(jdn: number): Haab { }; } +export type HaabYear = number; + export type HaabExt = Haab & { - year: number, + year: HaabYear, }; export function jdnHaabExt(jdn: number): HaabExt {