mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
17 lines
329 B
Markdown
17 lines
329 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [CacheResult](./bitburner.cacheresult.md)
|
|
|
|
## CacheResult type
|
|
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export type CacheResult = {
|
|
success: boolean;
|
|
message: string;
|
|
karmaLoss: number;
|
|
};
|
|
```
|