We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fa9ae commit fae6055Copy full SHA for fae6055
src/objcodes.ts
@@ -253,6 +253,7 @@ export const UserRole = 'USRROL' as const
253
export const UsersSections = 'USRSEC' as const
254
export const Work = 'WORK' as const
255
export const WorkItem = 'WRKITM' as const
256
+export const StaffingPlanResource = 'STAFFR' as const
257
258
export type TObjCode =
259
| typeof AccessLevel
@@ -491,3 +492,4 @@ export type TObjCode =
491
492
| typeof UsersSections
493
| typeof Work
494
| typeof WorkItem
495
+ | typeof StaffingPlanResource
0 commit comments