bitburner-src/markdown/bitburner.corpemployeeposition.md

20 lines
417 B
Markdown
Raw Permalink Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [CorpEmployeePosition](./bitburner.corpemployeeposition.md)
## CorpEmployeePosition type
**Signature:**
```typescript
type CorpEmployeePosition =
| "Operations"
| "Engineer"
| "Business"
| "Management"
| "Research & Development"
| "Intern"
| "Unassigned";
```