We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a09d05 + 02b1483 commit 6c24cdeCopy full SHA for 6c24cde
1 file changed
src/objcodes.ts
@@ -136,6 +136,7 @@ export const MetaRecord = 'PRSTOBJ' as const
136
export const Milestone = 'MILE' as const
137
export const MilestonePath = 'MPATH' as const
138
export const MobileDevice = 'MOBILDVC' as const
139
+export const NonLaborResource = 'NLBR' as const
140
export const NonWorkDay = 'NONWKD' as const
141
export const Note = 'NOTE' as const
142
export const NoteTag = 'NTAG' as const
@@ -362,6 +363,7 @@ export type TObjCode =
362
363
| typeof Milestone
364
| typeof MilestonePath
365
| typeof MobileDevice
366
+ | typeof NonLaborResource
367
| typeof NonWorkDay
368
| typeof Note
369
| typeof NoteTag
0 commit comments