We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d1c64 commit 0dc271eCopy full SHA for 0dc271e
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 NonLaborResourceMeasurementUnit = 'NLBRMU' as const
142
export const NonWorkDay = 'NONWKD' as const
143
export const Note = 'NOTE' as const
144
export const NoteTag = 'NTAG' as const
@@ -366,6 +367,7 @@ export type TObjCode =
366
367
| typeof MilestonePath
368
| typeof MobileDevice
369
| typeof NonLaborResource
370
+ | typeof NonLaborResourceMeasurementUnit
371
| typeof NonWorkDay
372
| typeof Note
373
| typeof NoteTag
0 commit comments