mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 18:22:58 +02:00
6073964768
This is BN15. It is a really big change; see the PR for all the details.
413 B
413 B
Home > bitburner > DarknetResult
DarknetResult type
Signature:
export type DarknetResult = { success: boolean; code: DarknetResponseCode; message: string };
References: DarknetResponseCode