DNET: simplify getServer return type; add all missing dnet properties to getServerAuthDetails (#2746)

This commit is contained in:
Michael Ficocelli
2026-05-12 16:22:25 -07:00
committed by GitHub
parent 00f0756a59
commit 3acdf019f8
62 changed files with 784 additions and 1178 deletions
@@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [DarknetServerDetails](./bitburner.darknetserverdetails.md) &gt; [difficulty](./bitburner.darknetserverdetails.difficulty.md)
## DarknetServerDetails.difficulty property
The difficulty rating of the server, associated with its original depth in the net
**Signature:**
```typescript
difficulty: number;
```