Skip to content

Commit

Permalink
feat(typings): Adding shift rate type lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
gtwBullhorn committed Jan 31, 2025
1 parent 3bdac5f commit 0dbaefd
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 @@ -669,6 +669,7 @@ export class EntityTypes {
static Sendout: 'Sendout' = 'Sendout';
static Shift: 'Shift' = 'Shift';
static ShiftPosition: 'ShiftPosition' = 'ShiftPosition';
static ShiftRateTypeLookup: 'ShiftRateTypeLookup' = 'ShiftRateTypeLookup';
static ShiftSetting: 'ShiftSetting' = 'ShiftSetting';
static ShiftType: 'ShiftType' = 'ShiftType';
static SignatureTemplate: 'SignatureTemplate' = 'SignatureTemplate';
Expand Down

0 comments on commit 0dbaefd

Please sign in to comment.