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