mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)
This commit is contained in:
26
markdown/bitburner.jobfieldenumtype.md
Normal file
26
markdown/bitburner.jobfieldenumtype.md
Normal file
@@ -0,0 +1,26 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [JobFieldEnumType](./bitburner.jobfieldenumtype.md)
|
||||
|
||||
## JobFieldEnumType type
|
||||
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
type JobFieldEnumType = {
|
||||
software: "Software";
|
||||
softwareConsultant: "Software Consultant";
|
||||
it: "IT";
|
||||
securityEngineer: "Security Engineer";
|
||||
networkEngineer: "Network Engineer";
|
||||
business: "Business";
|
||||
businessConsultant: "Business Consultant";
|
||||
security: "Security";
|
||||
agent: "Agent";
|
||||
employee: "Employee";
|
||||
partTimeEmployee: "Part-time Employee";
|
||||
waiter: "Waiter";
|
||||
partTimeWaiter: "Part-time Waiter";
|
||||
};
|
||||
```
|
||||
Reference in New Issue
Block a user