We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9266b9f commit ffff531Copy full SHA for ffff531
1 file changed
src/objcodes.ts
@@ -138,6 +138,7 @@ export const Milestone = 'MILE' as const
138
export const MilestonePath = 'MPATH' as const
139
export const MobileDevice = 'MOBILDVC' as const
140
export const NonLaborResource = 'NLBR' as const
141
+export const NonLaborResourceCategory = 'NLBRCY' as const
142
export const NonLaborResourceMeasurementUnit = 'NLBRMU' as const
143
export const NonWorkDay = 'NONWKD' as const
144
export const Note = 'NOTE' as const
@@ -367,6 +368,7 @@ export type TObjCode =
367
368
| typeof MilestonePath
369
| typeof MobileDevice
370
| typeof NonLaborResource
371
+ | typeof NonLaborResourceCategory
372
| typeof NonLaborResourceMeasurementUnit
373
| typeof NonWorkDay
374
| typeof Note
0 commit comments