mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-11 15:57:33 +01:00
18 lines
396 B
Markdown
18 lines
396 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [UniversityCourse](./bitburner.universitycourse.md)
|
||
|
|
||
|
## UniversityCourse type
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
type UniversityCourse =
|
||
|
| "Study Computer Science"
|
||
|
| "Data Strucures"
|
||
|
| "Networks"
|
||
|
| "Algorithms"
|
||
|
| "Management"
|
||
|
| "Leadership";
|
||
|
```
|