export type HolidaysCarryover = { /** The holiday carryover row id */ id: number; /** The related employee's ID */ usersId: number; /** Year for which the holiday carryover applies */ year: number; /** Day count */ count: number; note: string | null; }; //# sourceMappingURL=holidaysCarryover.d.ts.map