Skip to content

Commit c025c1b

Browse files
VArsenyanbhovhannes
authored andcommitted
Update objcodes.ts
1 parent 2bd44d5 commit c025c1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/objcodes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export const BackgroundJob = 'BKGJOB' as const
5151
export const Baseline = 'BLIN' as const
5252
export const BaselineTask = 'BSTSK' as const
5353
export const BillingRecord = 'BILL' as const
54+
export const BudgetedHours = 'BGHR' as const
5455
export const Booking = 'BOOKNG' as const
5556
export const Branding = 'BRND' as const
5657
export const BurndownEvent = 'BDNEVT' as const
@@ -284,6 +285,7 @@ export type TObjCode =
284285
| typeof Baseline
285286
| typeof BaselineTask
286287
| typeof BillingRecord
288+
| typeof BudgetedHours
287289
| typeof Booking
288290
| typeof Branding
289291
| typeof BurndownEvent

0 commit comments

Comments
 (0)