bitburner.cacheresult.md

May 26, 2026 ยท View on GitHub

Home > bitburner > CacheResult

CacheResult type

Signature:

export type CacheResult = {
  success: boolean;
  message: string;
} & CacheReward;

References: CacheReward