Skip to content

Commit

Permalink
feat(typings): add TimesheetVersion interface for timesheet lastVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbullhorn committed Jul 29, 2024
1 parent e42a127 commit b39faf1
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 @@ -705,6 +705,7 @@ export class EntityTypes {
static TimesheetActivityType: 'TimesheetActivityType' = 'TimesheetActivityType';
static TimesheetEntry: 'TimesheetEntry' = 'TimesheetEntry';
static TimesheetEntryApprovalStatusLookup: 'TimesheetEntryApprovalStatusLookup' = 'TimesheetEntryApprovalStatusLookup';
static TimesheetVersion: 'TimesheetVersion' = 'TimesheetVersion';
static TransactionNote: 'TransactionNote' = 'TransactionNote';
static TransactionNoteType: 'TransactionNoteType' = 'TransactionNoteType';
static TransactionOrigin: 'TransactionOrigin' = 'TransactionOrigin';
Expand Down

0 comments on commit b39faf1

Please sign in to comment.