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