mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
329 B
329 B
Home > bitburner > CacheResult
CacheResult type
Signature:
export type CacheResult = {
success: boolean;
message: string;
karmaLoss: number;
};