mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
10 lines
238 B
TypeScript
10 lines
238 B
TypeScript
export const EmployeePositions = {
|
|
Operations: "Operations",
|
|
Engineer: "Engineer",
|
|
Business: "Business",
|
|
Management: "Management",
|
|
RandD: "Research & Development",
|
|
Training: "Training",
|
|
Unassigned: "Unassigned",
|
|
} as const;
|