Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/objcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export const MetaRecord = 'PRSTOBJ' as const
export const Milestone = 'MILE' as const
export const MilestonePath = 'MPATH' as const
export const MobileDevice = 'MOBILDVC' as const
export const NonLaborResource = 'NLBR' as const
export const NonWorkDay = 'NONWKD' as const
export const Note = 'NOTE' as const
export const NoteTag = 'NTAG' as const
Expand Down Expand Up @@ -362,6 +363,7 @@ export type TObjCode =
| typeof Milestone
| typeof MilestonePath
| typeof MobileDevice
| typeof NonLaborResource
| typeof NonWorkDay
| typeof Note
| typeof NoteTag
Expand Down