interface AutoTrimLogEntry {
    backupPath: string;
    originalBytes: number;
    reductionPercent: number;
    sessionId: string;
    timestamp: string;
    trigger: string;
    trimmedBytes: number;
}

Properties

backupPath: string
originalBytes: number
reductionPercent: number
sessionId: string
timestamp: string
trigger: string
trimmedBytes: number