Skip to content

Commit

Permalink
feat(typings): Updated TimeLaborEvalRule to include country (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-vanLeth authored Oct 30, 2024
1 parent c690d75 commit c659cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15682,6 +15682,7 @@ export interface TimeLaborEvalRule {
id?: number;
addedAtUtc?: Date;
addedByUser?: CorporateUser;
country?: Country;
description?: Strings;
holidays?: ToMany<Holiday>;
isRun?: boolean;
Expand Down

0 comments on commit c659cd2

Please sign in to comment.